Click or drag to resize
DocumentRESTServiceGetDocument Method
Selects tree node(s) according to provided parameters and returns them as dataset. Three oprations are supported: document (= select single document), all (= select documents), childrenof (= all children of given node). If classNames not specified, the result does not contain coupled data.

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

Parameters

operation
Type: SystemString
Operation to perform with document

Return Value

Type: Stream

Implements

IDocumentRESTServiceGetDocument(String)
See Also