SavedOnCaseInfo Constructor |
Save information about the case in the mail.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegrationAssembly: 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)
Syntaxpublic SavedOnCaseInfo(
string systemKey,
string caseNumber,
string elaboratingText,
DateTime savingDate,
IEnumerable<string> documentIds
)
Public Sub New (
systemKey As String,
caseNumber As String,
elaboratingText As String,
savingDate As DateTime,
documentIds As IEnumerable(Of String)
)
public:
SavedOnCaseInfo(
String^ systemKey,
String^ caseNumber,
String^ elaboratingText,
DateTime savingDate,
IEnumerable<String^>^ documentIds
)
new :
systemKey : string *
caseNumber : string *
elaboratingText : string *
savingDate : DateTime *
documentIds : IEnumerable<string> -> SavedOnCaseInfo
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