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 Obsolete.
Specifies custom root URL for 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 is running on external storage.
Public propertyIsSharedStorage
Returns whether current instance is running on shared 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.
Public propertyStatic memberSystemProvider
System.IO storage provider
Top
See Also