Show / Hide Table of Contents

Interface IUdefFieldCarrier

Interface implemented by carriers having User Defined fields

Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public interface IUdefFieldCarrier

Properties

UserDefinedFields

Dictionary of user defined field data. The naming convention of the key string is as follows: The key string is the ProgId of the UdefField, or if the ProgId is empty it is a string of the format "SuperOffice.[UdefFieldIdentity]"; Example: SuperOffice.1234

Declaration
StringDictionary UserDefinedFields { get; set; }
Property Value
Type Description
StringDictionary
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top