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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<PermissionNameInfo> GetResourcePermissionsInternal(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
Resource ID

Return Value

Type: InfoDataSetPermissionNameInfo
See Also