2.2.4.45 GetSessionDataRoot

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

Specifies session-related data for the specified term store partition.

 <xs:complexType name="GetSessionDataRoot">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Root">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="L" type="SerializedECMLanguageTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element name="GIds" type="SerializedECMGroupIdsTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element name="P" type="SerializedECMPermissionTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="1" name="SGId" type="SystemGroupIdIndicator"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="1" name="KTSId" type="KeywordTermSetIdIndicator"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="1" name="OTSId" type="OrphanedTermSetIdIndicator"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="1" maxOccurs="1" name="CL" type="SerializedECMChangeLogTableTimeOnlyRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="partition" type="NewPartitionIndicator"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Root:  Root element.

Root.L:  Data for a language in the specified term store partition.

Root.NextResult:  Separates the preceding set of term store objects of one type from the next set of a different type.

Root.GIds: Internal identifier for a term set group in the specified term store partition.

Root.P:  Data for term store specific permission in the specified term store partition.

Root.SGId:  Identifier for the system term set group in the specified term store partition.

Root.KTSId:  Identifier for the keyword term set in the specified term store partition.

Root.OTSId:  Identifier for the orphaned terms term set in the specified term store partition.

Root.CL:  The timestamp for the latest change that has happened in this term store partition.

Root.partition: Data that states if this was the first time that a partition was used.<8>