Interface IContactInfo3
Interface providing information about a contact with extra and udef fields in custom fields info
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IContactInfo3 : IContactInfo2, IContactInfo
Properties
CustomFields
UDef fields and extra field values encoded as strings: "x_foo" = "[I:123]", "SuperOffice:1" = "[F:34.56]"
Declaration
Dictionary<string, string> CustomFields { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |