PermissionNameInfoProviderGetLastPermissionOrder Method |
Returns order of the last permission.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax 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:
Int32Number representing the last permission order for the class or resource.
See Also