2.2.4.4 CommandResult

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/

The CommandResult complex type is an operation response message used by all protocol server operations.

 <xs:complexType name="CommandResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="EditSessionHasMultipleCollaborationUsers" type="xs:boolean"/>
     <xs:element minOccurs="0" name="EditSessionIsDirty" type="xs:boolean"/>
     <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services" minOccurs="0" name="HealthInformation" nillable="true" type="q1:ServerHealthInformation"/>
     <xs:element minOccurs="0" name="RequestId" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="SpreadsheetData" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="StateId" type="xs:int"/>
     <xs:element minOccurs="0" name="TransientEditSessionToken" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

EditSessionHasMultipleCollaborationUsers: A boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the current session has more than one user. MUST be "false".

EditSessionIsDirty: A boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the current session has any unsaved changes. MUST be "false".

HealthInformation: A ServerHealthInformation (section 2.2.4.6) that specifies the health information of the protocol server.

RequestId: MUST NOT be used.

SpreadsheetData: MUST NOT be used.

StateId: An int ([XMLSCHEMA2] section 3.3.17) that specifies the unique identifier for the state of a session. MUST be zero (0).

TransientEditSessionToken: MUST NOT be used.