Click or drag to resize
PermissionNameInfoProviderCreateClassPermission Method (Int32, String, String, Int32)
Sets default permission for the new class.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void CreateClassPermission(
	int classId,
	string permissionName,
	string permissionDisplayName,
	int permissionOrder
)

Parameters

classId
Type: SystemInt32
Class Id
permissionName
Type: SystemString
Permission name
permissionDisplayName
Type: SystemString
Permission display name
permissionOrder
Type: SystemInt32
Permission order
See Also