Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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)