Click or drag to resize
ServiceConnectionGetXmlT Method
Gets the XML from the specified uri.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public T GetXml<T>(
	string uri
)
where T : class

Parameters

uri
Type: SystemString
The URI.

Type Parameters

T

Return Value

Type: T
The parsed data.
Exceptions
ExceptionCondition
HttpClientRequestExceptionThrown, if the request failed. In this case, you can inspect Error.
See Also