WorkflowBlob(String) Constructor

Constructs new instance of WorkflowBlob and fills it with a content decoded from BASE64 representation

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public WorkflowBlob(
	string base64string
)

Parameters

base64string  String
BASE64 representation of stream content

See Also