ICustomerAuthorityRoleManagerGetCustomerAuthorizations Method |
[This is preliminary documentation and is subject to change.]
Retrieves all authorizations involving a customer, either as a Delegating Customer or an Authorized Representative
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<ICustomerAuthorityAuthorization> GetCustomerAuthorizations(
long customerId
)
Function GetCustomerAuthorizations (
customerId As Long
) As IEnumerable(Of ICustomerAuthorityAuthorization)
Parameters
- customerId
- Type: SystemInt64
The id of the customer
Return Value
Type:
IEnumerableICustomerAuthorityAuthorization[Missing <returns> documentation for "M:Netadmin.Management.Customer.ICustomerAuthorityRoleManager.GetCustomerAuthorizations(System.Int64)"]
See Also