System.Object
ActionType
PromoteVersionAction
- Client Declaration
public class PromoteVersionAction
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.
PromoteVersionAction objPromoteVersion = new PromoteVersionAction();
<xsd:complexType name="PromoteVersionAction">
<xsd:complexContent>
<xsd:extension base="ActionType"/>
</xsd:complexContent>
</xsd:complexType>