IDocumentRESTService.CreateDocument Method |
Creates new document.
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 9.0.0
SyntaxStream CreateDocument(
string operation,
Stream stream
)
Parameters
- operation
- Type: System.String
Operation to perform with document - stream
- Type: System.IO.Stream
Stream with document data
Return Value
Type:
Stream
See Also