Click or drag to resize

SaveMailLogicSaveStreamInArchive Method

Save document into document stream archive.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Document SaveStreamInArchive(
	ODataService ctx,
	byte[] content,
	string contentFileName
)

Parameters

ctx  ODataService
ODataService context.
content  Byte
Content bytes.
contentFileName  String
Name the content should be saved with.

Return Value

Document
Document object.
See Also