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
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |