UpdateFileTypeOperation
Specifies the tasks to perform during the UpdateFileType operation.
Request schema
<xsd:complexType name="UpdateFileTypeOperation">
<xsd:sequence>
<xsd:choice>
<xsd:element name="SetAttributes" type="typens:FileType"
minOccurs="0"/>
<xsd:element name="SetParameterDefinitions"
type="typens:ArrayOfParameterDefinition" minOccurs="0"/>
<xsd:element name="SetWindowsIcon" type="xsd:base64Binary"
minOccurs="0"/>
<xsd:element name="SetLargeWebIcon"
type="xsd:base64Binary" minOccurs="0"/>
<xsd:element name="SetSmallWebIcon"
type="xsd:base64Binary" minOccurs="0"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Request elements
SetAttributes
The general attributes to update.
SetParameterDefinitions
The parameters to update.
SetWindowsIcon
The Windows icon to display for the file type.
SetLargeWebIcon
The large icon to display for the file type in a browser.
SetSmallWebIcon
The small icon to display for the file type in a browser.