Click or drag to resize
ISubscriptionGroupManagerGetAll Method (IEnumerableInt64)

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

Note: This API is now obsolete.

Retrieves all subscription groups for customers

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("This manager has been rewritten, please use SubscriptionGroupManager_v2", 
	false)]
IReadOnlyDictionary<long, IEnumerable<ISubscriptionGroup>> GetAll(
	IEnumerable<long> customerIds
)

Parameters

customerIds
Type: System.Collections.GenericIEnumerableInt64
The customer ids

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableISubscriptionGroup

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

See Also