FormSubmittedDataObjectCreate(String, Object, IListString) Method
|
Use this method to construct Data Source Object for insert
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic static FormSubmittedDataObject Create(
string name,
Object data,
IList<string> encryptedPaths
)
Parameters
- name String
- Name of the Workflow Data Source
- data Object
- Submitted data
- encryptedPaths IListString
- For form data encryption
Return Value
FormSubmittedDataObjectForm submitted data object.
See Also