CheckinAction Element

System.Object

ActionType

CheckinAction

 

Client Declaration

Represents a pending action for checking in a document as a new document version. The CheckinAction pending action can be combined with a CreateAction pending action in a single operation. For more information, see the Java™ API Checkin class and checkin method topics.

 

Element Structure

Attributes

Attributes Specific to .NET Clients

 

Code Example

CheckinAction objCheckin = new CheckinAction();
objCheckin.checkinMinorVersion = true;
objCheckin.checkinMinorVersionSpecified = true;

 

XML Schema

<xsd:complexType name="CheckinAction">
   <xsd:complexContent>
      <xsd:extension base="ActionType">
         <xsd:attribute name="autoClassify" type="xsd:boolean"/>
         <xsd:attribute name="checkinMinorVersion" type="xsd:boolean"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>