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

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

Fetch all groups on given customers

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

Parameters

customerIds
Type: System.Collections.GenericIEnumerableInt64

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

serviceProviderId
Type: SystemNullableInt64

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

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableISubscriptionGroup

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

See Also