DCRResponse Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the DCRResponse class

Namespace:  Scanjour.Workflow4.CaseActivityHost
Assembly:  Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public DCRResponse(
	bool success,
	string content
)

Parameters

success
Type: SystemBoolean

[Missing <param name="success"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.DCRResponse.#ctor(System.Boolean,System.String)"]

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.DCRResponse.#ctor(System.Boolean,System.String)"]

See Also

Reference