UserTaskPropertiesToDictionary Method

Scanjour Workflow4 Reference Manual
Get the user task property collection as a Dictionary.

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

public Dictionary<string, Object> ToDictionary(
	UserTaskProperties properties
)

Parameters

properties
Type: Scanjour.Workflow4.BaseUserTaskProperties
The user task property collection.

Return Value

Type: DictionaryString, Object
A Dictionary containing the properties.
See Also

Reference