Section PutToContentRelationForSection Method DocuWare Platform .NET API
Calls the HTTP Put method on the link for the relation “content”.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public Section PutToContentRelationForSection(
	string requestedContentType,
	Stream dataToSend
)

Parameters

requestedContentType
Type: OnlineSystem String
Mime type of the requested body content, i.e. application/pdf.
dataToSend
Type: OnlineSystem.IO Stream
The data to send. This data is written into the request body.

Return Value

Type: Section
The content of the response.
See Also