AttributeValueConverterBaseGetCompatibilityWarnings Method |
Creates a list of compatibility problems that might occur during the value conversion, and returns it.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public virtual List<string> GetCompatibilityWarnings()
Return Value
Type:
ListStringA list of compatibility problems that might occur during the value conversion.
See Also