Specifies a document version that represents the latest checked-in version associated with this document or version series. The current version can be either a major version or a minor version.


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

Syntax

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

See Also