Specifies whether this document version is a frozen version (true) or not (false). 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

See Also