Specifies whether this document version is a frozen version (
) or not (
). If a document version is frozen, you cannot modify its custom properties. However, you may be able to modify the custom properties of other versions of that document, provided they have not been frozen. Note that the modifiability of a document's system properties is not affected by a document version's frozen status.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsFrozenVersion As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsFrozenVersion { get; } |
C++ |
---|
property Nullable<bool> IsFrozenVersion abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsFrozenVersion(); |
JScript |
---|
public function get IsFrozenVersion() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ