Re-publishes the IContentItem
and removes the item from its expired state if ExpireContentItem
has been previously called.
null
. The item must be in the expired state prior to calling this method, otherwise a ContentException
will be thrown.
UnexpireContentItem
, refer to ExpireContentItem
Exception Type | Condition |
---|---|
ContentSecurityException | The user does not have permission to un-expire or publish the item. |
InvalidOperationException | The content item has not been persisted, or has already been removed. |
ContentException | The content item is not in the expired state, or the method call resulted in a Publisher exception. |
SoapException | There was a communication problem during the execution of the remote method call. |
IContentItemManager Interface | Plumtree.Remote.PRC.Content.Item Namespace