Enum ExtraDataFieldTypeInfo
String, int, decimal, image, url, etc. How should the value be interpreted.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public enum ExtraDataFieldTypeInfo
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. The field can contain formatspecifiers (use this for displaying numbers correctly as the users computer is set up) |
Url | 1: A web address |
Extension Methods
EnumUtil.MapEnums<SuperOffice.CRM.ExtraDataFieldTypeInfo, To>()