Table of Contents

Class AssetOptions

Namespace
CMS.Base
Assembly
CMS.Base.dll

Configures the location for storing assets.

public sealed class AssetOptions
Inheritance
object
AssetOptions
Extension Methods

Properties

CommonRootDirectoryName

Name of the common root directory used by assets (e.g. media files). The default value is 'assets'.

[RegularExpression("^[-_a-zA-Z0-9]*$")]
public string CommonRootDirectoryName { get; set; }

Property Value

string

Remarks

When the value is null or empty, no common root directory is used.