Click or drag to resize
DocumentRESTServiceDeleteDocument Method
Deletes given document.

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

Parameters

operation
Type: SystemString
Operation to perform with document

Return Value

Type: Stream

Implements

IDocumentRESTServiceDeleteDocument(String)
See Also