Click or drag to resize

SavedOnCaseInfo Constructor

Save information about the case in the mail.

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

Parameters

systemKey  String
The case systemkey.
caseNumber  String
The case number.
elaboratingText  String
The case summary.
savingDate  DateTime
The date the mail was saved.
documentIds  IEnumerableString
The systemkeys for the attachments saved on the case.
See Also