public interface IInputDataHandler
The interface of documents repository.
Modifier and Type | Method and Description |
---|---|
InputStream |
getFile(String guid) |
FileDescription |
getFileDescription(String guid) |
com.aspose.ms.System.IO.Stream |
getFileInternal(String guid) |
Date |
getLastModificationDate(String guid) |
com.aspose.ms.System.DateTime |
getLastModificationDateInternal(String guid) |
List<FileDescription> |
loadFileTree(FileTreeOptions fileTreeOptions) |
com.aspose.ms.System.Collections.Generic.List<FileDescription> |
loadFileTreeInternal(FileTreeOptions fileTreeOptions) |
InputStream getFile(String guid)
com.aspose.ms.System.IO.Stream getFileInternal(String guid)
FileDescription getFileDescription(String guid)
com.aspose.ms.System.DateTime getLastModificationDateInternal(String guid)
List<FileDescription> loadFileTree(FileTreeOptions fileTreeOptions)
com.aspose.ms.System.Collections.Generic.List<FileDescription> loadFileTreeInternal(FileTreeOptions fileTreeOptions)
Copyright © 2018. All rights reserved.