The Set content type task is used to set type of the content stored in the repository to any of the content types defined in the application in order to assign proper metadata structure to it.
The Action for this task is SET_CONTENT_TYPE.
The Set content type input parameters are:
Parameter | Type | Required | Description |
---|---|---|---|
content | content | Required | Specifies which content or content object will be modified. |
contentType | content-mapping-type | Required | Specifies which of the defined content types in the repository to apply to the created content. This determines which schema properties the content will have. |
The Set content type output parameters are:
Parameter | Type | Required | Description |
---|---|---|---|
content | content | Optional | The modified content object. |