Click or drag to resize

CommonDatabaseFunctionsHasSetting Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public static bool HasSetting(
	Uri oDataUri,
	string module,
	string key
)

Parameters

oDataUri  Uri
Database Uri.
module  String
The module in which context the setting is stored.
key  String
The key to the setting.

Return Value

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