Click or drag to resize
AbstractStorageProvider Methods

The AbstractStorageProvider type exposes the following members.

Methods
  NameDescription
Protected methodCreateDirectoryProviderObject
Creates new directory provider object
Protected methodCreateFileProviderObject
Creates new directory provider object
Public methodGetDirectoryInfo
Returns new instance of directory info.
Public methodGetFileInfo
Returns new instance of FileInfo object.
Public methodGetFileStream(String, FileMode)
Returns new instance of file stream.
Public methodGetFileStream(String, FileMode, FileAccess)
Returns new instance of file stream.
Public methodGetFileStream(String, FileMode, FileAccess, FileShare)
Returns new instance of file stream.
Public methodGetFileStream(String, FileMode, FileAccess, FileShare, Int32)
Returns new instance of file stream.
Protected methodGetFullPath
Converts the external mapped path to the internal path of the provider
Protected methodGetInternalProvider
Gets the storage provider based on the given path.
Protected methodGetStorageProviderInternal
Gets the storage provider based on the given path.
Public methodStatic memberGetTargetPhysicalPath
Maps virtual file system path to the target one. Remaps only paths inside the web application path structure.
Public methodStatic memberGetVirtualPhysicalPath
Maps target file system path to virtual path. Remaps only paths inside the web application path structure.
Public methodMapStoragePath
Maps the given storage path to a specific provider
Protected methodRemoveMappedProvider
Removes a mapped provider from the mapped collection
Public methodUnMapStoragePath
Removes the mapping to a storage provider
Top
See Also