ServiceConnection GetXml T  Method DocuWare Platform .NET API
Gets the XML from the specified uri.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public T GetXml<T>(
	string uri
)
where T : class
Type Parameters

T

Return Value

Type: T
The parsed data.
Exceptions

See Also