CheckInItem | Checks in and stores a content item. |
CheckOutItem | Puts the content item into the checked-out state. |
CopyContentItem | Copies an IContentItem. |
CreateContentItem | Creates a new IContentItem with the given IDataEntryTemplate in the containing folder. |
ExpireContentItem | Expires a IContentItem so it can no longer be published. |
GetContentItem | Overloaded. Returns an IContentItem by its UUID. |
GetContentItems | Overloaded. Returns an array of IContentItems using the specified IDataEntryTemplate in an IFolder. |
PreviewContentItem | Previews the IContentItem and copies it to a preview target set internally by Publisher. |
PublishContentItem | Publishes the IContentItem and copies it to a publishing target set in Publisher. |
PublishContentItems | Publishes all IContentItems in a folder and optionally publishes items in subfolders. |
RemoveContentItem | Deletes the IContentItem. |
UndoCheckOutItem | Puts a content item that is currently in the checked-out state into the non-checked-out state. |
UnexpireContentItem | Re-publishes the IContentItem and removes the item from its expired state if ExpireContentItem has been previously called. |
IContentItemManager Interface | Plumtree.Remote.PRC.Content.Item Namespace