Click or drag to resize
DocumentRESTServiceCreateDocument Method
Creates new document.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntax
C#
public Stream CreateDocument(
	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

IDocumentRESTServiceCreateDocument(String, Stream)
See Also