Click or drag to resize
ICustomerManagerGetArchivedSubscriptionsForCustomer Method

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

Note: This API is now obsolete.

Retrieves archived subscriptions for a customer

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("This method is obsolete. Use GetArchivedSubscriptions(long customerId) for either ICustomerManager or IServiceProviderCustomerManager. This method will be removed")]
IEnumerable<IArchivedSubscription> GetArchivedSubscriptionsForCustomer(
	long customerId,
	long serviceProviderId = 0
)

Parameters

customerId
Type: SystemInt64
The customer id
serviceProviderId (Optional)
Type: SystemInt64
Optional serviceprovider id. If set, will only retrieve that serviceprovider's archived subscriptions

Return Value

Type: IEnumerableIArchivedSubscription
Archived subscriptions
See Also