Represents the list of properties within CSubscription that can be used to sort an array of CSubscription objects

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum SubscriptionSortBy
Visual Basic (Declaration)
Public Enumeration SubscriptionSortBy
Visual C++
public enum class SubscriptionSortBy

Members

Member nameDescription
ProductCode
Sort the list by ProductCode
BilledContactId
Sort the list by BilledContactId
BeginDate
Sort the list by BeginDate
PaymentDate
Sort the list by PaymentDate
InvoiceReferenceNumber
Sort the list by InvoiceReferenceNumber

See Also