For a Document object, specifies whether a user has reserved the right to check in the next version following this document version (true) or not (false). For a VersionSeries object, specifies whether the current version in this version series is checked out (true) or not (false).


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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsReserved As Nullable(Of Boolean)
C#
Nullable<bool> IsReserved { get; }
C++
property Nullable<bool> IsReserved abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsReserved();
JScript
public function get IsReserved() : Nullable<bool>

Remarks

See Also