Click or drag to resize
StringAttributeValueConverter Constructor
Initializes a new instance of the String value converter using the specified attribute model and field info.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public StringAttributeValueConverter(
	EntityAttributeModel attributeModel,
	FormFieldInfo fieldInfo
)

Parameters

attributeModel
Type: CMS.SalesForceEntityAttributeModel
The entity attribute model to convert value to.
fieldInfo
Type: CMS.FormEngineFormFieldInfo
The form field info to convert value from.
See Also