AttributeValueConverterFactory Register Method (EntityAttributeValueType,  String , Func EntityAttributeModel, FormFieldInfo, AttributeValueConverterBase )Kentico 8.0 API Reference
Registers a new factory entry.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

attributeType
Type: CMS.SalesForce EntityAttributeValueType
The SalesForce entity attribute value type that the converter supports.
fieldTypes
Type:  OnlineSystem String 
The CMS object field value types that the converter supports.
activator
Type: OnlineSystem Func EntityAttributeModel, FormFieldInfo, AttributeValueConverterBase 
The delegate that creates a new instance of the SalesForce entity attribute value converter.
See Also