StorageProvider Class |
Namespace: CMS.IO
public class StorageProvider : AbstractStorageProvider
The StorageProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | StorageProvider |
Constructor - Default file system provider
|
![]() | StorageProvider(String) |
Constructor - File system provider with starting path
|
![]() | StorageProvider(String, String) |
Constructor
|
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.) |
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_STORAGE |
Assembly name of the default storage provider
|
Name | Description | |
---|---|---|
![]() | CustomRootPath |
Gets or sets Custom path where files should be stored.
(Inherited from AbstractStorageProvider.) |
![]() | CustomRootUrl |
Specifies custom root URL for provider.
(Inherited from AbstractStorageProvider.) |
![]() | DirectoryProviderObject |
Returns CMSDirectoryProvider object.
(Inherited from AbstractStorageProvider.) |
![]() | ExternalStorageName |
Returns name of external storage (if current instance running on external storage).
(Inherited from AbstractStorageProvider.) |
![]() | FileProviderObject |
Returns AbstractFile object.
(Inherited from AbstractStorageProvider.) |
![]() | HasCustomRootPath |
Returns whether provider has custom root path.
(Inherited from AbstractStorageProvider.) |
![]() | IsExternalStorage |
Returns whether current instance running on external storage.
(Inherited from AbstractStorageProvider.) |
![]() | MappedPath |
Mapped path
(Inherited from AbstractStorageProvider.) |
![]() | Name |
Provider name
(Inherited from AbstractStorageProvider.) |
![]() | ParentStorageProvider |
Parent storage provider
(Inherited from AbstractStorageProvider.) |
![]() | ProviderAssembly |
Custom Provider library assembly.
(Inherited from AbstractStorageProvider.) |
![]() | ProviderAssemblyName |
Custom Provider library assembly.
(Inherited from AbstractStorageProvider.) |
![]() | PublicExternalFolderObject |
Gets or sets whether external storage folder object (i.e. Container for WA blob storage) has public access or not.
(Inherited from AbstractStorageProvider.) |
![]() | StartingPath |
Starting path that the provider will use as prefix in case it is used
(Inherited from AbstractStorageProvider.) |