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