CommonDatabaseFunctionsHasSetting Method
Determines if a setting is defined by the provided module and key.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool HasSetting(
Uri oDataUri,
string module,
string key
)
Public Shared Function HasSetting (
oDataUri As Uri,
module As String,
key As String
) As Boolean
public:
static bool HasSetting(
Uri^ oDataUri,
String^ module,
String^ key
)
static member HasSetting :
oDataUri : Uri *
module : string *
key : string -> bool
- oDataUri Uri
- Database Uri.
- module String
- The module in which context the setting is stored.
- key String
- The key to the setting.
BooleanTrue if the setting exists; otherwise false.