Click or drag to resize
PermissionNameInfoProviderGetPermissionNames Method (String, String, Int32, String)

Note: This API is now obsolete.

Gets permissions names.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetPermissionNames() instead.")]
public static InfoDataSet<PermissionNameInfo> GetPermissionNames(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to use
orderBy
Type: SystemString
Order by statement to use
topN
Type: SystemInt32
TopN parameter
columns
Type: SystemString
Columns to be selected

Return Value

Type: InfoDataSetPermissionNameInfo
See Also