| AbstractStorageProvider Methods |
The AbstractStorageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDirectoryProviderObject |
Creates new directory provider object
| |
| CreateFileProviderObject |
Creates new directory provider object
| |
| GetDirectoryInfo |
Returns new instance of directory info.
| |
| GetFileInfo |
Returns new instance of FileInfo object.
| |
| GetFileStream(String, FileMode) |
Returns new instance of file stream.
| |
| GetFileStream(String, FileMode, FileAccess) |
Returns new instance of file stream.
| |
| GetFileStream(String, FileMode, FileAccess, FileShare) |
Returns new instance of file stream.
| |
| GetFileStream(String, FileMode, FileAccess, FileShare, Int32) |
Returns new instance of file stream.
| |
| GetFullPath |
Converts the external mapped path to the internal path of the provider
| |
| GetInternalProvider |
Gets the storage provider based on the given path
| |
| GetStorageProvider |
Gets the storage provider based on the given path, updates the path so it matches the provider internal structure
| |
| GetStorageProviderInternal |
Gets the storage provider based on the given path
| |
| GetTargetPhysicalPath |
Maps virtual file system path to the target one. Remaps only paths inside the web application path structure.
| |
| GetVirtualPhysicalPath |
Maps target file system path to virtual path. Remaps only paths inside the web application path structure.
| |
| MapStoragePath |
Maps the given storage path to a specific provider
| |
| RemoveMappedProvider |
Removes a mapped provider from the mapped collection
| |
| UnMapStoragePath |
Removes the mapping to a storage provider
|