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

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

Syntax

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

Members

Member nameDescription
BillingCategory
Sort the list by BillingCategory
BillToContactId
Sort the list by BillToContactId
Chapter
Sort the list by Chapter
City
Sort the list by City
ContactId
Sort the list by ContactId
ContactStatusCode
Sort the list by ContactStatusCode
Country
Sort the list by Country
CreatedOn
Sort the list by CreatedOn
CustomerTypeCode
Sort the list by CustomerTypeCode
Designation
Sort the list by Designation
EmailAddress
Sort the list by EmailAddress
ExcludeFromDirectory
Sort the list by ExcludeFromDirectory
FinancialEntityCode
Sort the list by FinancialEntityCode
FirstName
Sort the list by FirstName
FunctionalTitle
Sort the list by FunctionalTitle
Gender
Sort the list by Gender
InstituteName
Sort the list by InstituteName
InstituteContactId
Sort the list by InstituteContactId
InstituteCustomerTypeCode
Sort the list by InstituteCustomerTypeCode
InstituteSort
Sort the list by InstituteSort
IsInstitute
Sort the list by IsInstitute
IsMember
Sort the list by IsMember
JoinDate
Sort the list by JoinDate
LastFirst
Sort the list by LastFirst
LastFirstInstitute
Sort the list by LastFirstInstitute
LastName
Sort the list by LastName
MajorKey
Sort the list by MajorKey
MemberStatusCode
Sort the list by MemberStatusCode
PaidThroughDate
Sort the list by PaidThroughDate
PostalCode
Sort the list by PostalCode
StateProvince
Sort the list by StateProvince
Title
Sort the list by Title
UpdatedByUserId
Sort the list by UpdatedByUserId

See Also