UriPattern Resolve Method DocuWare Platform .NET API
Resolves the specified pattern.

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

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

Parameters

pattern
Type: OnlineSystem String
The pattern.
parameters
Type: OnlineSystem.Collections.Generic IEnumerable OnlineKeyValuePair OnlineString, OnlineObject  
The parameters as key-value-pairs where the key is the parameter name.

Return Value

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