2.2.5.3 CommandActionBasic

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="CommandActionBasic">
   <xs:restriction base="CommandAction">
     <xs:enumeration value="0"/>
     <xs:enumeration value="1"/>
     <xs:enumeration value="2"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for CommandActionBasic.

Value

Meaning

0

An add operation.

1

An edit operation.

2

A delete operation.