CommonDatabaseFunctionsHasSetting Method

Scanjour Workflow4 Reference Manual
Determines if a setting is defined by the provided module and key.

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 bool HasSetting(
	Uri oDataUri,
	string module,
	string key
)

Parameters

oDataUri
Type: SystemUri
Database Uri.
module
Type: SystemString
The module in which context the setting is stored.
key
Type: SystemString
The key to the setting.

Return Value

Type: Boolean
True if the setting exists; otherwise false.
See Also

Reference