ILocalizationGetMessage(Enum, Object) Method

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

Definition

Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
string GetMessage(
	Enum error,
	params Object[] args
)

Parameters

error  Enum
Error containing InfoEnum error and array of any arguments
args  Object
Any arguments for the error message

Return Value

String
Localized error message, formatted with arguments

See Also