UriPatternResolve Method DocuWare Platform .NET API
Resolves the specified pattern.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public static string Resolve(
	string pattern,
	IEnumerable<KeyValuePair<string, Object>> parameters
)

Parameters

pattern
Type: SystemString
The pattern.
parameters
Type: System.Collections.GenericIEnumerableKeyValuePairString, Object
The parameters as key-value-pairs where the key is the parameter name.

Return Value

Type: String
The URI created from the specified pattern.
See Also

Reference