WorkflowBlobServicePut Method (WorkflowBlob)

Scanjour Workflow4 Reference Manual
Stores blob data and provides blob id for passing between activities

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

public Guid Put(
	WorkflowBlob blob
)

Parameters

blob
Type: Scanjour.Workflow4.BaseWorkflowBlob
Stream object to be stored

Return Value

Type: Guid
Identity of the newly stored blob
See Also

Reference