2.2.5.2 CommandAction

Namespace: http://schemas.microsoft.com/sharepoint/taxonomy/soap/

The type of write operation to perform for a Write transaction (section 3.1.4.40).

 <xs:simpleType name="CommandAction">
   <xs:restriction base="xs:int">
     <xs:enumeration value="0"/>
     <xs:enumeration value="1"/>
     <xs:enumeration value="2"/>
     <xs:enumeration value="3"/>
     <xs:enumeration value="4"/>
     <xs:enumeration value="5"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for CommandAction.

Value

Meaning

0

An add operation.

1

An edit operation.

2

A delete operation.

3

A move operation.

4

A copy operation.

5

A merge operation.