3.1.4.126.3.2 ExecuteSPSetConfigurationRequestBody
Contains the data to use to set the configuration.
-
<xsd:complexType name="ExecuteSPSetConfigurationRequestBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="row" nillable="true" type="tns:ConfigurationTableRow"/> <xsd:element minOccurs="0" maxOccurs="1" name="listTrue" nillable="true" type="tns:ArrayOfAnyType"/> <xsd:element minOccurs="0" maxOccurs="1" name="listFalse" nillable="true" type="tns:ArrayOfAnyType"/> <xsd:element minOccurs="0" maxOccurs="1" name="ussListTrue" nillable="true" type="tns:ArrayOfAnyType"/> <xsd:element minOccurs="0" maxOccurs="1" name="ussListFalse" nillable="true" type="tns:ArrayOfAnyType"/> <xsd:element minOccurs="0" maxOccurs="1" name="programKeys" nillable="true" type="tns:ArrayOfProgramKey"/> </xsd:sequence> </xsd:complexType>
row: This field MUST be present. It contains the configuration of the update server as specified by the ConfigurationTableRow Complex Type (section 2.2.4.10).
listTrue: This field MUST be present. It contains an array of language identifiers denoting languages that are to be enabled at the update server.
listFalse: This field MUST be present. It contains an array of language identifiers denoting languages that are to be disabled at the update server.
ussListTrue: This field MUST be present. It contains an array of language identifiers denoting languages that are to be enabled at the parent update server.
ussListFalse: This field MUST be present. It contains an array of language identifiers denoting languages that are to be disabled at the parent update server.
programKeys: This field MUST be present. The use of this field is reserved.