Personalization Element (DeploymentManifest)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents personalization data pertaining to an instance of a Windows SharePoint Services 3.0 file (SPFile) object.
Definition
DECLARATION
<xs:element name="Personalization"
type="SPPersonalization"
minOccurs="1" maxOccurs="unbounded"
/>
USAGE
<Personalizations>
<Personalization
WebPartId="Guid"
UserId="xs:int"
WebPartOrder="xs:string"
WebPartZoneId="xs:string"
IsIncluded="xs:string"
FrameState="xs:string"
UserProperties="xs:string"
/>
</Personalizations>
Type
SPPersonalization
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Type | Description |
---|---|---|
WebPartId |
Guid Simple Type (DeploymentManifest) |
Required. Unique identifier of the web part for which the personalization is associated. |
UserId |
xs:int |
Required. Identifier of the user for whom the personalization is associated. |
WebPartOrder |
xs:string |
Optional. The order of web parts ordered in a web part zone. |
WebPartZoneId |
xs:string |
Optional. Identifier of the web part zone in which the associated web part is located. |
IsIncluded |
xs:string |
Optional. |
FrameState |
xs:string |
Optional. |
UserProperties |
xs:string |
Optional. |
Child elements
None
Parent elements
Personalizations Element (DeploymentManifest)