Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.PublishedPortalDocumentID Property

Gets the corresponding document ID of the portal document that the document has been published to.

int PublishedPortalDocumentID {get;}

Property Value

The corresponding document ID of the portal document that the document has been published to.

Exceptions

Exception Type Condition
InvalidOperationException The document has not been published to the portal, has not yet been inserted or has already been removed.
PermissionDeniedException The user does not have the permission to edit the document.
CollaborationException The method call resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace