Returns the settings for a keys from the wzp_settings register.
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 IReadOnlyDictionary<string, string> GetSettings( Uri oDataUri, string module, IEnumerable<string> keys )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - module
- Type: SystemString
Settings module name. - keys
- Type: System.Collections.GenericIEnumerableString
The keys to return the setting values for.
Return Value
Type: IReadOnlyDictionaryString, StringValues of settings.
See Also