CommonDatabaseFunctionsGetSettingWithFilter Method

Scanjour Workflow4 Reference Manual
Returns the setting for a key from the wzp_settings register. Optimized to be used for getting cache timestamp by only return setting if it exists

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetSettingWithFilter(
	Uri oDataUri,
	string module,
	string key,
	string defaultValue,
	string valueFilter
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
module
Type: SystemString
Settings module name.
key
Type: SystemString
The key to return the setting value for.
defaultValue
Type: SystemString
The value returned if setting is empty or not found.
valueFilter
Type: SystemString

[Missing <param name="valueFilter"/> documentation for "M:Scanjour.Workflow4.Base.CommonDatabaseFunctions.GetSettingWithFilter(System.Uri,System.String,System.String,System.String,System.String)"]

Return Value

Type: String
Value of setting.
See Also

Reference