MessageEntry Constructor (Enum, IEnumerableString)

Scanjour Workflow4 Reference Manual
Creates an instance of a MessageEntry with the localized text pointer and the parameters required to form the message.

Namespace:  Scanjour.Workflow4.Base.Localization
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public MessageEntry(
	Enum messageEnum,
	IEnumerable<string> parameters
)

Parameters

messageEnum
Type: SystemEnum
Specifies (points out) the localized text that shall be used to format the message
parameters
Type: System.Collections.GenericIEnumerableString
The parameters used to fill out the parameter placeholders in the localized message.
See Also

Reference