Get the specified setting from the WZP_SETTINGS table. The method assumes that the setting exists; otherwise an exception is
thrown.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
Parameters
- ctx
- Type: ODataService
Provides access to the database. - module
- Type: SystemString
The module in which context the setting is stored. - key
- Type: SystemString
The key to the setting.
Return Value
Type: StringThe value of the setting.
See Also