AppPrincipalTypeDefinition, simpleType

(SharePoint-Add-In-Manifest)

Gilt für: SharePoint-Add-Ins | SharePoint Foundation 2013 | SharePoint Server 2013

Der Add-In-Prinzipaltyp.

Hinweis

Die Zeichenfolge app wird als Teil oder als teil aller Element-, Attribut- und Dateinamen angezeigt, da SharePoint-Add-Ins ursprünglich als "Apps für SharePoint" bezeichnet wurden. Um die Abwärtskompatibilität sicherzustellen, wurden die Schemas nicht geändert.

Informationen zum Typ

Informationen Standort
Basistyp xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Schemadatei appmanifest.xsd

Definition

    <xs:simpleType  name="AppPrincipalTypeDefinition">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Internal"/>
        <xs:enumeration value="External"/>
      </xs:restriction>
    </xs:simpleType>

Aufzählungswerte

Wert

Beschreibung

Intern

Interner Add-In-Prinzipal.

Extern

Externer Add-In-Prinzipal.