ContentHelper CreateContent Method (XNode, String)DocuWare Platform .NET API
Creates the content.

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 CreateContent(
	XNode xmlNode,
	string requestContentType = "application/xml"
)

Return Value

Type: HttpContent
See Also