Click or drag to resize
AbstractStorageProvider Properties

The AbstractStorageProvider type exposes the following members.

Properties
  NameDescription
Public propertyCustomRootPath
Gets or sets Custom path where files should be stored.
Public propertyCustomRootUrl
Specifies custom root URL for provider.
Public propertyStatic memberDefaultExternalStorageName
Name of the default external storage provider.
Public propertyStatic memberDefaultProvider
Default storage provider
Public propertyDirectoryProviderObject
Returns CMSDirectoryProvider object.
Public propertyExternalStorageName
Returns name of external storage (if current instance running on external storage).
Public propertyFileProviderObject
Returns AbstractFile object.
Public propertyHasCustomRootPath
Returns whether provider has custom root path.
Public propertyIsExternalStorage
Returns whether current instance running on external storage.
Protected propertyMappedPath
Mapped path
Public propertyName
Provider name
Protected propertyParentStorageProvider
Parent storage provider
Protected propertyProviderAssembly
Custom Provider library assembly.
Protected propertyProviderAssemblyName
Custom Provider library assembly.
Public propertyPublicExternalFolderObject
Gets or sets whether external storage folder object (i.e. Container for WA blob storage) has public access or not.
Protected propertyStartingPath
Starting path that the provider will use as prefix in case it is used
Public propertyStatic memberSystemProvider
System.IO storage provider
Top
See Also