3.1.4.10.3.2 ExecuteSPGetParentCategoriesResponseBody
Contains all the parent categories, if any.
-
<xsd:complexType name="ExecuteSPGetParentCategoriesResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetParentCategoriesResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetParentCategoriesResult: This field MUST be present. It represents information about all categories that share the same parent category. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (section 2.2.5.4). The entries in that array SHOULD be interpreted as defined in section 2.2.4.3.1.