Click or drag to resize
PermissionNameInfoProviderGetPermissionNamesInternal Method (String, String, Int32, String)
Returns all the permission names within the system.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<PermissionNameInfo> GetPermissionNamesInternal(
	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
Data columns to return

Return Value

Type: InfoDataSetPermissionNameInfo
See Also