Click or drag to resize
AttributeValueConverterBaseGetCompatibilityWarnings Method
Creates a list of compatibility problems that might occur during the value conversion, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public virtual List<string> GetCompatibilityWarnings()

Return Value

Type: ListString
A list of compatibility problems that might occur during the value conversion.
See Also