Click or drag to resize
PermissionNameInfoProviderGetPermissionNames Method

Note: This API is now obsolete.

Returns all permission names.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IPermissionNameInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - PermissionNameInfo.Provider.")]
public static ObjectQuery<PermissionNameInfo> GetPermissionNames()

Return Value

Type: ObjectQueryPermissionNameInfo
See Also