Enum PersonNameFormatter.NameFormatStylePreference
Enumerator used to determine the format of the full name.
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public enum PersonNameFormatter.NameFormatStylePreference
Fields
| Name | Description |
|---|---|
| Alphabetic | Enumerator used to determine the format of the full name. |
| FirstNameLastName | Enumerator used to determine the format of the full name. |
| FirstNameOnly | Enumerator used to determine the format of the full name. |
| Group | Enumerator used to determine the format of the full name. |
| LastNameFirstName | Enumerator used to determine the format of the full name. |
| LastNameOnly | Enumerator used to determine the format of the full name. |
| ListOrder | Enumerator used to determine the format of the full name. |
| Position | Enumerator used to determine the format of the full name. |
| SortOrder | Enumerator used to determine the format of the full name. |
| UsePreferences | Enumerator used to determine the format of the full name. |