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: 22.1.0.0 (22.1.0.0)
Syntax
public static IReadOnlyDictionary<string, string> GetSettings( Uri oDataUri, string module, IEnumerable<string> keys )
Parameters
- oDataUri
- Type: System.Uri
The OData Uri. - module
- Type: System.String
Settings module name. - keys
- Type: System.Collections.Generic.IEnumerable<String>
The keys to return the setting values for.
Return Value
Type: IReadOnlyDictionary<String, String>Values of settings.
See Also