Writes or overwrites a setting with specified value.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static void SaveSetting( Uri oDataUri, string module, string key, string value )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - module
- Type: SystemString
Settings module name. - key
- Type: SystemString
The key to return the setting value for. - value
- Type: SystemString
The value to be stored with the setting.
See Also