CommonDatabaseFunctionsHasSetting Method

Determines if a setting is defined by the provided module and key.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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