System.Object
FreezeAction
Client Declaration
public class FreezeAction
Represents a pending action for freezing the custom (non-system) properties of a document version, preventing
further changes. For more information, see the Java™ API Freeze
class and freeze
method topics in the IBM® FileNet® P8 documentation.
FreezeAction objFreeze = new FreezeAction();
<xsd:complexType name="FreezeAction"> <xsd:complexContent> <xsd:extension base="ActionType"/> </xsd:complexContent> </xsd:complexType>