FormSubmittedDataObjectCreate Method (String, Object)
|
Use this method to construct Data Source Object for insert
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public static FormSubmittedDataObject Create(
string name,
Object data
)
Parameters
- name
- Type: SystemString
Name of the Workflow Data Source - data
- Type: SystemObject
Submitted data
Return Value
Type:
FormSubmittedDataObjectForm submitted data object.
See Also