Click or drag to resize
PersonalizationInfoProviderGetUserPersonalization Method
Returns PersonalizationInfo according to user ID and document ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static PersonalizationInfo GetUserPersonalization(
	int userId,
	int documentId
)

Parameters

userId
Type: SystemInt32
ID of the user to be selected
documentId
Type: SystemInt32
ID of the specified document

Return Value

Type: PersonalizationInfo
See Also