Click or drag to resize
AbstractStorageProviderDefaultProvider Property
Default storage provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static StorageProvider DefaultProvider { get; }

Property Value

Type: StorageProvider
Remarks
When working with the file system, use GetStorageProvider(String) instead to take remapped paths into consideration.
See Also