IProcessServiceGetCaseActivityForm Method

Scanjour Workflow4 Reference Manual
Gets the case activity form.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

Stream GetCaseActivityForm(
	string activityId,
	string assetRoot,
	string culture
)

Parameters

activityId
Type: SystemString
The case activity identifier.
assetRoot
Type: SystemString
The asset root.
culture
Type: SystemString
The culture used when rendering the form.

Return Value

Type: Stream
Stream containing preprocessed case activity form.
See Also

Reference