Click or drag to resize
PermissionNameInfoProviderGetPermissionNamesInternal Method

Note: This API is now obsolete.

Returns all the permission names within the system.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetPermissionNames() instead.")]
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