Represents a pending action for freezing the custom properties of a document. When an object calls the Freeze method, the API automatically creates an instance of the Freeze class and adds it to the underlying object's collection of PendingAction objects.

Namespace:  FileNet.Api.Action
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Freeze _
	Inherits PendingAction
C#
[SerializableAttribute]
public class Freeze : PendingAction
Visual C++
[SerializableAttribute]
public ref class Freeze : public PendingAction
JavaScript
FileNet.Api.Action.Freeze = function();

Type.createClass(
	'FileNet.Api.Action.Freeze',
	FileNet.Api.Action.PendingAction);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Action..::.PendingAction
    FileNet.Api.Action..::.Freeze

ToggleSee Also