PermissionNameInfoProviderGetPermissionNames Method (String, String, Int32, String) |
Note: This API is now obsolete.
Gets permissions names.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax [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:
InfoDataSetPermissionNameInfoSee Also