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
Public methodStatic memberGetStorageProvider
Gets the storage provider based on the given path, updates the path so it matches the provider internal structure
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also