2.2.4.27 CustomizationInfo

The CustomizationInfo type contains customization data information.

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="CustomizationInfo">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="BackgroundImage" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Links" nillable="true" type="tns1:ArrayOfLink"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Logo" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Title" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

BackgroundImage: The URI of the background image.

Links: An array that contains customization links.

Logo: The URI of the logo.

Title: The URI of the title.