Save document into document stream archive.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.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: DocumentDocument object.
See Also