SavedOnCaseInfo Constructor

Scanjour Workflow4 Reference Manual
Save information about the case in the mail.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration
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 SavedOnCaseInfo(
	string systemKey,
	string caseNumber,
	string elaboratingText,
	DateTime savingDate,
	IEnumerable<string> documentIds
)

Parameters

systemKey
Type: SystemString
The case systemkey.
caseNumber
Type: SystemString
The case number.
elaboratingText
Type: SystemString
The case summary.
savingDate
Type: SystemDateTime
The date the mail was saved.
documentIds
Type: System.Collections.GenericIEnumerableString
The systemkeys for the attachments saved on the case.
See Also

Reference