WorkflowBlob Constructor (String)

Scanjour Workflow4 Reference Manual
Constructs new instance of WorkflowBlob and fills it with a content decoded from BASE64 representation

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

public WorkflowBlob(
	string base64string
)

Parameters

base64string
Type: SystemString
BASE64 representation of stream content
See Also

Reference