Returns the found errors is a string.
Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public string GetFormattedMessage( IEnumerable<MessageEntry> messages, string previousMessage = "" )
Parameters
- messages
- Type: System.Collections.GenericIEnumerableMessageEntry
THe list of errors. - previousMessage (Optional)
- Type: SystemString
A preceding message.
Return Value
Type: StringThe errors in a string.
Implements
ILocalizationGetFormattedMessage(IEnumerableMessageEntry, String)See Also