Enum ExtraDataFieldType
String, int, decimal, image, url, etc. How should the value be interpreted.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public enum ExtraDataFieldType
Fields
| Name | Description |
|---|---|
| Image | 2: Contains the url of the image, or a base64 encoded version of it. |
| String | 0: Anything to be shown as text, left aligned. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user's computer is set up). |
| Url | 1: A web address |