ContentHelperCreateXmlContentT Method DocuWare Platform .NET API
Creates the content of the XML.

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

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

Parameters

o
Type: T
The o.
contentType (Optional)
Type: SystemString
Type of the content.

Type Parameters

T

Return Value

Type: HttpContent
See Also

Reference