Click or drag to resize
DocumentRESTServiceUpdateDocument Method
Processes given document.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 9.0.0
Syntax
C#
public Stream UpdateDocument(
	string operation,
	Stream stream
)

Parameters

operation
Type: SystemString
Operation to perform with document
stream
Type: System.IOStream
Stream with document data

Return Value

Type: Stream

Implements

IDocumentRESTServiceUpdateDocument(String, Stream)
See Also