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
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: BooleanTrue if the setting exists; otherwise false.
See Also