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.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ