CommonDatabaseFunctionsGetInfo Method

Scanjour Workflow4 Reference Manual
Gets the corrosponding info message text

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

public static string GetInfo(
	Uri oDataUri,
	InfoEnum info,
	string culture = null
)

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
info
Type: Scanjour.Workflow4.BaseInfoEnum
InfoEnum
culture (Optional)
Type: SystemString
Culture

Return Value

Type: String
Message string
See Also

Reference