Name | Description | |
---|---|---|
![]() | DefaultExtension | The default extension of the storage provider |
![]() | StorageDirectory | The directory of the storage provider |
The following tables list the members exposed by IStorage.
Name | Description | |
---|---|---|
![]() | DefaultExtension | The default extension of the storage provider |
![]() | StorageDirectory | The directory of the storage provider |
Name | Description | |
---|---|---|
![]() | CopyDirectory | Copy a directory from the source path to the dest path |
![]() | CopyStream | Copy a stream to another stream |
![]() | CreateDirectory | Create a directory |
![]() | DeleteDirectory | Delete a directory |
![]() | DeleteFile | Delete a file in the storage database |
![]() | DirectoryExists | Returns true if the directory exists |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | FileExists | Returns true if the file exists |
![]() | GetDirectoryNames | Get directory names |
![]() | GetFileBytes | Create a directory |
![]() | GetFileNames | Get file names |
![]() | SaveFileBytes | Save file at provided path |
![]() | StreamFactory | Create a stream for this storage database |