PersonalizationInfoProviderGetPersonalizationInfos Method (String, String, Int32, String) |
Returns the personalization records based on given parameters.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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