ContentHelper CreateContent Method ( Byte , String)DocuWare Platform .NET API
Creates the content of the file.

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(
	byte[] data,
	string contentType
)

Parameters

data
Type:  OnlineSystem Byte 
The body data.
contentType
Type: OnlineSystem String
Type of the content.

Return Value

Type: HttpContent
See Also