Freigeben über


ClientWebPartProperty, complexType

(AppHostWebFeatures)

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
Namespace http://schemas.microsoft.com/sharepoint/
Schemadatei apphostwebfeatures.xsd
Erweiterungsbasis Keine

Definition

    <xs:complexType name="ClientWebPartProperty">
        <xs:all>
            <xs:element name="EnumItems" type="ClientWebPartEnumItems" minOccurs="0" maxOccurs="1"></xs:element>
        </xs:all>
        <xs:attribute name="Name" type="xs:string" use="required" />
        <xs:attribute name="Type" type="ClientWebPartPropertyType" use="required" />
        <xs:attribute name="RequiresDesignerPermission" type="xs:boolean" use="required" />
        <xs:attribute name="DefaultValue" type="xs:string" use="required" />
        <xs:attribute name="PersonalizationScope" type="WebPartPersonalizationScope" use="optional" />
        <xs:attribute name="PersonalizableIsSensitive" type="xs:boolean" use="optional" />
        <xs:attribute name="WebBrowsable" type="xs:boolean" use="optional" />
        <xs:attribute name="WebDisplayName" type="xs:string" use="optional" />
        <xs:attribute name="WebDescription" type="xs:string" use="optional" />
        <xs:attribute name="WebCategory" type="xs:string" use="optional" />
        <xs:attribute name="ManagedLinkFixup" type="xs:boolean" use="optional" />
        <xs:attribute name="ManagedLinkConvertServerLinksToRelative" type="xs:boolean" use="optional" />
        <xs:attribute name="Multilingual" type="xs:boolean" use="optional" />
    </xs:complexType>

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Element

Typ

Beschreibung

EnumItems

ClientWebPartEnumItems


Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
DefaultValue xs:string erforderlich Werte des xs:string-Typs.
ManagedLinkConvertServerLinksToRelative xs:boolean Optional Werte des xs:boolean-Typs.
ManagedLinkFixup xs:boolean Optional Werte des xs:boolean-Typs.
Mehrsprachig xs:boolean Optional Werte des xs:boolean-Typs.
Name xs:string Erforderlich Werte des xs:string-Typs.
PersonalizableIsSensitive xs:boolean Optional Werte des xs:boolean-Typs.
Personalizationscope WebPartPersonalizationScope Optional Werte des WebPartPersonalizationScope-Typs.
RequiresDesignerPermission xs:boolean erforderlich Werte des xs:boolean-Typs.
Typ ClientWebPartPropertyType Erforderlich Werte des Typs ClientWebPartPropertyType.
WebBrowsable xs:boolean Optional Werte des xs:boolean-Typs.
WebCategory xs:string Optional Werte des xs:string-Typs.
WebDescription xs:string Optional Werte des xs:string-Typs.
WebDisplayName xs:string Optional Werte des xs:string-Typs.