Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDocument Properties

The properties of the IDocument interface are listed below. For a complete list of IDocument interface members, see the IDocument Members topic.

Public Instance Properties

Author Gets or sets a string representing the author of the document. Cannot be null.
CheckedOut Gets a value indicating whether or not the document is currently checked out.
CheckedOutDate Gets the date at which the document was last checked out.
ContainingFolder Gets document folder that this document is stored in.
ContainingProject Gets the project that contains this document.
ContentType Gets a string representing the content type of the document.
ContentURL Gets the document content URL.
CreatedDate Gets the document created date.
DefaultSecurity Gets or sets whether this document uses project-default security.
Description Gets or sets the document description.
DetailsURL Gets the document details URL.
ID Gets the document ID.
LastModifiedDate Gets the last modified date.
Name Gets or sets the document name.
OwnerUserID Gets the document owner user ID.
PublishedPortalDocumentID Gets the corresponding document ID of the portal document that the document has been published to.
PublishedToPortal Gets a boolean value indicating whether or not the document has been published to the portal Knowledge Directory.

See Also

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