Click or drag to resize

WorkZoneMessageStorage Constructor

Creates an instance of the class from the specified arguments.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 WorkZoneMessageStorage(
	string partyRole,
	string documentType,
	string source,
	Uri oDataUri,
	IActivityLogger logger,
	string updateUserForLocking = "SJPROCESSUSER"
)

Parameters

partyRole  String
The role by which the sender addresses ([!:StoreMessage(Message, string, string, IEnumerable<Address>, int?)]) will be associated with the message records.
documentType  String
The document type that the created message records will be given.
source  String
The source that the created message records will be given.
oDataUri  Uri
To provide access to the WorkZone database.
logger  IActivityLogger
Logger into which the class writes entries.
updateUserForLocking  String  (Optional)
The user used to lock the case.
See Also