Click or drag to resize
PermissionNameInfoProviderGetResourcePermissions Method
Gets the DataSet of the resource permissions.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<PermissionNameInfo> GetResourcePermissions(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
Resource ID

Return Value

Type: InfoDataSetPermissionNameInfo
See Also