Click or drag to resize
ISubscriptionGroupManager_v2GetAll Method (Int64, NullableInt64)

[This is preliminary documentation and is subject to change.]

Fetch all groups on a given customer

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ISubscriptionGroup> GetAll(
	long customerId,
	Nullable<long> serviceProviderId
)

Parameters

customerId
Type: SystemInt64

[Missing <param name="customerId"/> documentation for "M:Netadmin.Management.Customer.ISubscriptionGroupManager_v2.GetAll(System.Int64,System.Nullable{System.Int64})"]

serviceProviderId
Type: SystemNullableInt64

[Missing <param name="serviceProviderId"/> documentation for "M:Netadmin.Management.Customer.ISubscriptionGroupManager_v2.GetAll(System.Int64,System.Nullable{System.Int64})"]

Return Value

Type: IEnumerableISubscriptionGroup

[Missing <returns> documentation for "M:Netadmin.Management.Customer.ISubscriptionGroupManager_v2.GetAll(System.Int64,System.Nullable{System.Int64})"]

See Also