FreezeAction Element

System.Object

ActionType

FreezeAction

 

Client Declaration

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.

 

Code Example

FreezeAction objFreeze = new FreezeAction();

 

XML Schema

<xsd:complexType name="FreezeAction">
   <xsd:complexContent>
      <xsd:extension base="ActionType"/>
   </xsd:complexContent>
</xsd:complexType>