| PersonalizationInfoProviderGetPersonalizationInfos Method (String, String, Int32, String) | 
            Returns the personalization records based on given parameters.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static DataSet GetPersonalizationInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)
Parameters
- where
 - Type: SystemString
Where condition - orderBy
 - Type: SystemString
Order by expression - topN
 - Type: SystemInt32
Get only top N items - columns
 - Type: SystemString
Columns to get 
Return Value
Type: 
DataSet
See Also