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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<PermissionNameInfo> GetClassPermissions(
	int classId
)

Parameters

classId
Type: SystemInt32
Class ID

Return Value

Type: InfoDataSetPermissionNameInfo
See Also