ClientWebPartPropertyType simpleType
(AppHostWebFeatures)
Note
The string app
appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.
Type information
Information | Location |
---|---|
Base Type | xs:string |
Namespace | http://schemas.microsoft.com/sharepoint/ |
Schema File | apphostwebfeatures.xsd |
Definition
<xs:simpleType name="ClientWebPartPropertyType">
<xs:restriction base="xs:string">
<xs:enumeration value="string" />
<xs:enumeration value="int" />
<xs:enumeration value="boolean" />
<xs:enumeration value="enum" />
</xs:restriction>
</xs:simpleType>
Enumeration values
Value |
Description |
---|---|
string |
|
int |
|
boolean |
|
enum |