FreezeAction Element

System.Object
  ActionType
    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.

Code Example

FreezeAction objFreeze = new FreezeAction();

XML Schema

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