SimpleType AppPermissionAppPrincipalDefinition

(SharePoint manifeste du add-in)

S’applique à : SharePoint de | SharePoint Foundation 2013 | SharePoint Server 2013

Identificateur principal du add-in.

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

Type de base xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Fichier de schéma appmanifest.xsd

Définition

    <xs:simpleType  name="AppPermissionAppPrincipalDefinition">     
      <xs:restriction base="xs:string">
          <xs:minLength value="1"/>
          <xs:maxLength value="256"/>
      </xs:restriction>
    </xs:simpleType>