Enum InstallDefaultDataOption
An enumeration of options available for control over installation of default Umbraco data.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public enum InstallDefaultDataOption
Fields
Name | Description |
---|---|
All | Install all default data. |
ExceptValues | Install all default data, except that specified in the Values |
None | Do not install any items of this type (other than Umbraco defined essential ones). |
Values | Only install the default data specified in the Values |