Click or drag to resize

ILocalizationGetMessage(Enum, Object) Method

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: 24.5.0.0 (24.5.0.0)
Syntax
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