SaveMailLogicSaveStreamInArchive Method

Scanjour Workflow4 Reference Manual
Save document into document stream archive.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Document SaveStreamInArchive(
	ODataService ctx,
	byte[] content,
	string contentFileName
)

Parameters

ctx
Type: ODataService
ODataService context.
content
Type: SystemByte
Content bytes.
contentFileName
Type: SystemString
Name the content should be saved with.

Return Value

Type: Document
Document object.
See Also

Reference