Enum RecipientSorting
The different types of recipient sorting available This Enum is used by: s_shipment.sorting
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.8.0.0")]
public enum RecipientSorting : short
Fields
| Name | Description |
|---|---|
| CompanyName | 2: Sort by company name |
| CompanyNumber | 3: Sort by company number |
| CountryZipCode | 1: Sort by country and zip code |
| None | 0: No sorting |
| PersonLastname | 4: Sort by person last name |