Table of Contents

Class StorageOptions

Namespace
CMS.IO
Assembly
CMS.IO.dll

Base class for storage options.

public abstract class StorageOptions
Inheritance
object
StorageOptions
Derived
Extension Methods

Properties

EnableFallbackToLocalFileSystem

Indicates whether the provider should fallback to the local file system if the file or directory is not found in the provider's storage.

public bool EnableFallbackToLocalFileSystem { get; set; }

Property Value

bool