| IDocumentRESTService Interface |
Namespace: CMS.DocumentWebServices
public interface IDocumentRESTService
The IDocumentRESTService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDocument |
Creates new document.
| |
| DeleteDocument |
Deletes specified document.
| |
| GetDocument |
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.
| |
| Translate |
Gateway for submiting an XLIFF document.
| |
| UpdateDocument |
Processes given document.
|