Specifies a VersionableSet object that contains all of the document versions associated with this document or version series.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Versions As IVersionableSet
C#
IVersionableSet Versions { get; }
C++
property IVersionableSet Versions abstract  {
    IVersionableSet get();
}
J#
/** property */
public IVersionableSet get_Versions();
JScript
public function get Versions() : IVersionableSet

Remarks

See Also