PersonalizationInfoProviderGetPersonalizationInfos Method (String, String, Int32, String) |
Returns the personalization records based on given parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public 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:
DataSetSee Also