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

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

C#
public static HttpContent CreateContent(
	XNode xmlNode,
	string requestContentType = "application/xml"
)

Parameters

xmlNode
Type: System.Xml.LinqXNode
The XML node.
requestContentType (Optional)
Type: SystemString
Type of the request content.

Return Value

Type: HttpContent
See Also

Reference