ActivityFunctions.UpdateDocument Method

Scanjour Workflow4 Reference Manual
Update document in repository.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.2.0.0.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax

public static string UpdateDocument(
	ActivityContext context,
	string id,
	Stream documentStream,
	string documentExtension
)

Parameters

context
Type: System.Activities.ActivityContext
The activity context
id
Type: System.String
ID of the record
documentStream
Type: System.IO.Stream
Document content
documentExtension
Type: System.String
File extension

Return Value

Type: String
Record being updated
See Also

Reference