Personalizations Element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a collection of personalization elements pertaining to an instance of a Windows SharePoint Services 3.0 file (SPFile) object.

Definition

DECLARATION
<xs:element name="Personalizations"
        type="SPPersonalizationCollection"
        minOccurs="0" maxOccurs="1"
/>
USAGE
<File>
        <Personalizations
                <Personalization />
        />
</File>

Type

SPPersonalizationCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Personalization Element (DeploymentManifest)

Parent elements

File Element (DeploymentManifest - SPGenericObject)

See also