Click or drag to resize
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.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ICustomerAuthorityAuthorization> GetCustomerAuthorizations(
	long customerId
)

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