Click or drag to resize
IDocumentRESTService Interface
REST service interface for documents

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 10.0.0
Syntax
C#
public interface IDocumentRESTService

The IDocumentRESTService type exposes the following members.

Methods
  NameDescription
Public methodCreateDocument
Creates new document.
Public methodDeleteDocument
Deletes specified document.
Public methodGetDocument
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.
Public methodTranslate
Gateway for submiting an XLIFF document.
Public methodUpdateDocument
Processes given document.
Top
See Also