FormSubmittedDataObjectCreate(String, String, Object) Method
|
Use this method to construct Data Source Object for update
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic static FormSubmittedDataObject Create(
string name,
string id,
Object data
)
Parameters
- name String
- Name of the Workflow Data Source
- id String
- Id of the editing data object
- data Object
- Submitted data
Return Value
FormSubmittedDataObjectForm submitted data object.
See Also