ContentHelper CreateXmlContent T  Method DocuWare Platform .NET API
Creates the content of the XML.

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

public static HttpContent CreateXmlContent<T>(
	T o,
	string contentType = "application/xml"
)
where T : class

Parameters

o
Type: T
The o.
contentType (Optional)
Type: OnlineSystem String
Type of the content.
Type Parameters

T

Return Value

Type: HttpContent
See Also