DocumentRESTServiceUpdateDocument Method |
Processes given document.
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 13.0.131
Syntax public Stream UpdateDocument(
string operation,
Stream stream
)
Parameters
- operation
- Type: SystemString
Operation to perform with document - stream
- Type: System.IOStream
Stream with document data
Return Value
Type:
StreamImplements
IDocumentRESTServiceUpdateDocument(String, Stream)See Also