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