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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also