IPackageServiceCopyProcess Method

Scanjour Workflow4 Reference Manual
Copies an existing process in the database.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

Guid CopyProcess(
	string processGuid,
	Stream copyProcessStream
)

Parameters

processGuid
Type: SystemString
The process to copy.
copyProcessStream
Type: System.IOStream
The copyProcess definition stream.

Return Value

Type: Guid

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.IPackageService.CopyProcess(System.String,System.IO.Stream)"]

See Also

Reference