Click or drag to resize
PermissionNameInfoProviderGetLastPermissionOrder Method
Returns order of the last permission.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static int GetLastPermissionOrder(
	int classId,
	int resourceId
)

Parameters

classId
Type: SystemInt32
ID of the class to get last permission order for
resourceId
Type: SystemInt32
ID of the resource to get last permission order for

Return Value

Type: Int32
Number representing the last permission order for the class or resource.
See Also