SaveMailLogicSaveStreamInArchive Method |
Save document into document stream archive.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: 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)
Syntaxpublic Document SaveStreamInArchive(
ODataService ctx,
byte[] content,
string contentFileName
)
Public Function SaveStreamInArchive (
ctx As ODataService,
content As Byte(),
contentFileName As String
) As Document
public:
Document^ SaveStreamInArchive(
ODataService^ ctx,
array<unsigned char>^ content,
String^ contentFileName
)
member SaveStreamInArchive :
ctx : ODataService *
content : byte[] *
contentFileName : string -> Document
Parameters
- ctx ODataService
- ODataService context.
- content Byte
- Content bytes.
- contentFileName String
- Name the content should be saved with.
Return Value
DocumentDocument object.
See Also