CommonDatabaseFunctionsSaveSetting Method

Writes or overwrites a setting with specified value.

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 void SaveSetting(
	Uri oDataUri,
	string module,
	string key,
	string value
)

Parameters

oDataUri  Uri
The OData Uri.
module  String
Settings module name.
key  String
The key to return the setting value for.
value  String
The value to be stored with the setting.

See Also