3.1.4.19.2.1 GetSessionData

The input data for the GetSessionData WSDL operation.

 <xs:element name="GetSessionData">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="1" name="rawPartitionId" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/" type="q1:guid"/>
       <xs:element minOccurs="1" name="lcid" type="LCID"/>
       <xs:element minOccurs="1" name="systemGroupName" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="systemGroupDescription" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="keywordsTermsetName" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="keywordsTermsetDescription" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="orphanedTermsTermsetName" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="orphaneedTermsTermsetDescription" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="hashtagsTermsetName" nillable="false" type="xs:string"/>
       <xs:element minOccurs="1" name="hashtagsTermsetDescription" nillable="false" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

rawPartitionId: A GUID used to filter the current request. This value MUST NOT be NULL or empty.

lcid: An LCID for the default language if the term store partition has to be created.

systemGroupName: The name of the system term set group if the term store partition has to be created. The name MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

 It MUST be less than or equal to 255 characters in length.

systemGroupDescription: The description of the system term set group if the term store partition has to be created. It MUST be less than or equal to 1000 characters in length.

keywordsTermsetName: The name of the term set of keywords if the term store partition has to be created. The name MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

 It MUST be less than or equal to 255 characters in length.

keywordsTermsetDescription: The description of the keyword term set if the term store partition has to be created. It MUST be less than or equal to 1000 characters in length.

orphanedTermsTermsetName: The name of the orphaned terms term set if the term store partition has to be created. The name MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

 It MUST be less than or equal to 255 characters in length.

orphaneedTermsTermsetDescription: The description of the orphaned terms term set if the term store partition has to be created. It MUST be less than or equal to 1000 characters in length.

hashtagsTermsetName: The name of the hash tags term set if the term store partition has to be created. <18> The name MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

  It MUST be less than or equal to 255 characters in length.

hashtagsTermsetDescription: The description of the hash tags term set if the term store partition has to be created.<19>  It MUST be less than or equal to 1000 characters in length.