ILocalizationGetMessage Method (InfoEnum, Object)

Scanjour Workflow4 Reference Manual
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.

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

string GetMessage(
	InfoEnum error,
	params Object[] args
)

Parameters

error
Type: Scanjour.Workflow4.BaseInfoEnum
Error containing InfoEnum error and array of any arguments
args
Type: SystemObject
Any arguments for the error message

Return Value

Type: String
Localized error message, formatted with arguments
See Also

Reference