Click or drag to resize

OdataLocalizationGetMessage(InfoEnum, 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
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