Class IRosterPrincipalExtensions
Roster principal interface extensions.
Inheritance
System.Object
IRosterPrincipalExtensions
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public static class IRosterPrincipalExtensions : object
Methods
View SourceGetPermissionCheckOrder(IRosterPrincipal)
Gets the value of the
Declaration
public static int GetPermissionCheckOrder(this IRosterPrincipal rp)
Parameters
Type | Name | Description |
---|---|---|
IRosterPrincipal | rp | The |
Returns
Type | Description |
---|---|
System.Int32 | An integer value representing the check order. |