Click or drag to resize

FormSubmittedDataObjectCreate(String, String, Object, IListString) Method

Use this method to construct Data Source Object for update

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public static FormSubmittedDataObject Create(
	string name,
	string id,
	Object data,
	IList<string> encryptedPaths
)

Parameters

name  String
Name of the Workflow Data Source
id  String
Id of the editing data object
data  Object
Submitted data
encryptedPaths  IListString
For form data encryption

Return Value

FormSubmittedDataObject
Form submitted data object.
See Also