AquaLogic Interaction Development Kit (IDK) 6.0.0

IPresentationTemplate.LastPublishedUserID Property

Gets the ID of the user who last published the Presentation Template.

int LastPublishedUserID {get;}

Property Value

An integer value indicating the ID of the user who last published the Presentation Template. Use Published to check if the IPresentationTemplate has been published.

Exceptions

Exception Type Condition
InvalidOperationException The Presentation Template has not been persisted, has been removed or has not been published.

See Also

IPresentationTemplate Interface | Plumtree.Remote.PRC.Content.PresentationTemplate Namespace