IDocumentRESTService GetDocument Method Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

operation
Type: OnlineSystem String
Operation to perform with document

Return Value

Type: OnlineStream
See Also