IDocStorageServiceSaveDoc Method |
Name | Description | |
---|---|---|
SaveDoc(IAppContext, String, String, String, String, String, String, String) |
Save a document to the document storage repository.
Note, prior to platform v3.5.9 the default behaviour of this method was to delete the source file.
Beginning with platform v3.5.9 the default behaviour is to not delete the original source file.
Use SaveDoc(IAppContext, String, String, String, String, String, String, String, DocStorageOptions)
with DeleteSourceFile if you do want the source file deleted.
| |
SaveDoc(IAppContext, Stream, InputStreamType, String, String, String, String, String, String) |
Save a document to the document storage repository.
| |
SaveDoc(IAppContext, String, String, String, String, String, String, String, DocStorageOptions) |
Save a document to the document storage repository.
|