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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsReserved As Nullable(Of Boolean)
C#
Nullable<bool> IsReserved { get; }
Visual C++
property Nullable<bool> IsReserved {
	Nullable<bool> get ();
}
JavaScript
function get_isReserved();

ToggleRemarks

ToggleSee Also