PromoteVersionAction Element

System.Object

ActionType

PromoteVersionAction

 

Client Declaration

Represents a pending action for promoting the unreleased minor version of a document to a released major version. This action changes the current released major version (if it exists) to a superseded major version. For more information, see the Java™ API PromoteVersion class and promoteVersion method topics.

 

Code Example

PromoteVersionAction objPromoteVersion = new PromoteVersionAction();

 

XML Schema

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