Click or drag to resize
PersonalizationInfoProviderGetPersonalizationInfos Method (String, String, Int32, String)
Returns the personalization records based on given parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
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: DataSet
See Also