HideBuiltinUI Element
Applies To: Windows Server 2012 Essentials
Specifies the built-in UI elements that have been hidden; used only if you do not want to use one or more built-in UIs.
<xs:complexType>
<xs:sequence>
<xs:element name="UIAddin" type="HostedEmailBuiltinUIEnum" maxOccurs="unbounded" nillable="false"/>
</xs:sequence>
</xs:complexType>
<!--Duplicate check -->
<xs:unique name="DuplicateCheckForUIAddin">
<xs:selector xpath="UIAddin"/>
<xs:field xpath="."/>
</xs:unique>
</xs:element>
</xs:all>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
BuiltinUI Element | The builtin UI to hide. May be one or more of the following:<xs:simpleType name="HostedEmailBuiltinUIEnum"> <xs:annotation> <xs:documentation>Enumeration of Hosted Email Built-in UI</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="HEAddUser" /> <xs:enumeration value="HERemoveUser" /> <xs:enumeration value="HEUserProperty" /> <xs:enumeration value="HEEnableUser" /> <xs:enumeration value="HEDisableUser" /> <xs:enumeration value="HEResetPassword" /> <xs:enumeration value="HEUserTab" /> </xs:restriction> </xs:simpleType> |
Parent Elements
None
See Also
How to: Create a Configuration XML File
How to: Manage the Add-In