IDocumentRESTServiceGetDocument 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.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 12.0.0
Syntax Stream GetDocument(
string operation
)
Parameters
- operation
- Type: SystemString
Operation to perform with document
Return Value
Type:
StreamSee Also