Click or drag to resize
PermissionNameInfoProvider.GetClassPermissionsInternal Method
Gets the DataSet of the class permissions.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
protected virtual InfoDataSet<PermissionNameInfo> GetClassPermissionsInternal(
	int classId
)

Parameters

classId
Type: System.Int32
Class ID

Return Value

Type: InfoDataSet<PermissionNameInfo>
See Also