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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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