2.2.4.104 SlicerInfo

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Information about a slicer.

 <xs:complexType name="SlicerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Caption" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="UpdatesAllowed" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ConnectedPublishedObjects" type="tns:ArrayOfString"/>
   </xs:sequence>
 </xs:complexType>

Name: A unique identifier for the slicer.

Caption: Display caption of the slicer.

UpdatesAllowed: Indicates whether the slicer can be updated. If false, then subsequent updates to the slicer will not be allowed by the protocol server. If true, the protocol server will allow updating the slicer.

ConnectedPublishedObjects: An array of unique identifiers of objects that will be changed if the state of the slicer is changed.