SimpleType PropertyBagParentTypeDefinition
(AppHostWebFeatures)
Notes
La chaîne s’affiche sous la forme d’un élément, d’un attribut et d’un nom de fichier, ou de tous, car les SharePoint de fichiers étaient à l’origine appelés « applications pour app SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.
Informations sur le type
| Base Type | xs:string |
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| Fichier de schéma | apphostwebfeatures.xsd |
Définition
<xs:simpleType name="PropertyBagParentTypeDefinition">
<xs:restriction base="xs:string">
<xs:enumeration value="Web" />
<xs:enumeration value="Folder" />
<xs:enumeration value="ListItem" />
<xs:enumeration value="File" />
</xs:restriction>
</xs:simpleType>
Valeurs d’énumération
Valeur |
Description |
|---|---|
Web |
|
Folder |
|
ListItem |
|
Fichier |