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.3.0.0 (23.3.0.0)
Syntax
Parameters
- messageEnum
- Type: Scanjour.Workflow4.BaseInfoEnum
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