Determines if an asset is ready to be published.
Syntax
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalContrib
ImagePortalContribUser
The user must have read and write access to the asset.
Input (setAssetPublishStateParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string | Yes | The handle to the company. |
assetHandle | xsd:string | Yes | Asset handle. |
publishState | xsd:string | Yes | Available states:
|
contextHandleArray | Code Phrase |
Output
The IPS API does not return a response for this operation.
This code sample sets the publication state of an asset using NotMarkedForPublish
.
Request
<setAssetPublishStateParam xmlns="http://www.scene7.com/IpsApi/xsd">
<companyHandle>47</companyHandle>
<assetHandle>24267|1|17063</assetHandle>
<publishState>NotMarkedForPublish</publishState>
</setAssetPublishStateParam>
Response
None.