OdataLocalizationGetMessage(InfoEnum, 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#
public string GetMessage(
	InfoEnum error,
	params Object[] args
)

Parameters

error  InfoEnum
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

Implements

ILocalizationGetMessage(InfoEnum, Object)

See Also