PermissionNameInfoProviderGetPermissionNamesInternal Method |
Note: This API is now obsolete.
Returns all the permission names within the system.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax [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:
InfoDataSetPermissionNameInfoSee Also