3.1.4.11.2.1 CopyAclToSetting

The CopyAclToSetting element specifies the input data for the CopyAclToSetting WSDL operation.

 <xs:element name="CopyAclToSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q8="Microsoft.SharePoint.BusinessData" minOccurs="0" name="metadataObjectStruct" nillable="true" type="q8:MetadataObjectStruct"/>
       <xs:element minOccurs="0" name="settingId" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

metadataObjectStruct: The MetadataObject. The partition of this element MUST be the partition of the protocol client.

settingId: The Setting to which to write the ACEs.