Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.ContainingProject Property

Gets the project that contains this document.

Plumtree.Remote.PRC.Collaboration.Project.IProject ContainingProject {get;}

Property Value

An IProject instance describing the project that this document belongs to.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
InvalidOperationException The document has not yet been inserted or has already been removed.
SoapException There is a communication problem during the execution of the remote method call.

See Also

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