ActivityFunctionsUpdateDocument Method

Scanjour Workflow4 Reference Manual
Update document in repository.

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 static string UpdateDocument(
	ActivityContext context,
	string id,
	Stream documentStream,
	string documentExtension
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context
id
Type: SystemString
ID of the record
documentStream
Type: System.IOStream
Document content
documentExtension
Type: SystemString
File extension

Return Value

Type: String
Record being updated
See Also

Reference