Prevents changes to the custom properties of this document version. You can freeze any checked-in document version, but you cannot
freeze a reservation object. Once a document version has been frozen, it cannot be unfrozen; to change a frozen document's custom properties,
a new document version must be created. Note, however, that you can change a document version's writable system properties at any time. After
a successful Freeze call, the IsFrozenVersion property of the object representing the document version is set to true.
An error is generated if this document is a reservation object (VersionStatus = RESERVATION) or is already a frozen version (IsFrozenVersion = true).
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Sub Freeze |
JavaScript |
---|
function freeze(); |