Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocument.GetVersionHistory Method 

Returns an array of IXPDocumentVersion.

IDocumentVersion[] GetVersionHistory();

Return Value

An array of IXPDocumentVersion for the current document.

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, or if the version number does not exist..
SoapException There was a communication problem during the execution of the remote method call.

See Also

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