DemoteVersionAction Element

System.Object

ActionType

DemoteVersionAction

 

Client Declaration

Represents a pending action for demoting the released version (latest major version) of a document to an unreleased minor version. This action changes the previous major version, if it exists, to the current released major version. For more information, see the Java™ API DemoteVersion class and demoteVersion method topics.

 

Code Example

DemoteVersionAction objDemoteVersion = new DemoteVersionAction();

 

XML Schema

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