ISubscriptionGroupManagerGetAll Method (Int64, NullableInt64) |
[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Retrieves all subscription groups for a customer
Namespace: Netadmin.Management.CustomerAssembly: 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)]
IEnumerable<ISubscriptionGroup> GetAll(
long customerId,
Nullable<long> serviceProviderId = null
)
<ObsoleteAttribute("This manager has been rewritten, please use SubscriptionGroupManager_v2",
false)>
Function GetAll (
customerId As Long,
Optional serviceProviderId As Nullable(Of Long) = Nothing
) As IEnumerable(Of ISubscriptionGroup)
Parameters
- customerId
- Type: SystemInt64
The customer id - serviceProviderId (Optional)
- Type: SystemNullableInt64
Optional serviceprovider id for further limitation
Return Value
Type:
IEnumerableISubscriptionGroup[Missing <returns> documentation for "M:Netadmin.Management.Customer.ISubscriptionGroupManager.GetAll(System.Int64,System.Nullable{System.Int64})"]
See Also