ISCDOFormHost.SaveFormJSON

Description

Syntax

object.SaveFormJSON(aFormJson, aControlDataXml, aStrongValidation)

Part Attribute Type Description
object Required
The object always implements the ISCDOFormHost interface
aFormJson In/Out, Required
string&
aControlDataXml In/Out, Required
string&
aStrongValidation In, Required
bool

Return Value

string

Example



  
Note:

Version information

Added in v8.5.0
return type changed from int to string in v8.5.0
parameter aStrongValidation added in v8.5.0