PersonalizationInfoProviderGetUserPersonalization Method |
Returns PersonalizationInfo according to user ID and document ID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
PersonalizationInfoSee Also