AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.Publishable Property

Gets a value indicating whether or not the content item can be published.

bool Publishable {get;}

Property Value

A bool value indicating whether or not the content item can be published. Returns true if the content item has been persisted and the corresponding IDataEntryTemplate has an IPresentationTemplate attached, otherwise returns false.

Exceptions

Exception Type Condition
InvalidOperationException The content item has already been removed.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace