| PermissionNameInfoProviderCreateClassPermission Method (Int32, String, String, Int32) | 
            Sets default permission for the new class.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also