IStructuredUrlSettingsEnabledExtensions Property Ingeniux CMS Content Store API

Gets/sets extra extensions to support besides the specified UrlExtension. Normally, .xml, .htm, and .html are automatically supported if this setting is left null or empty. If the setting is not null or empty, this property's values are explicited followed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string[] EnabledExtensions { get; set; }

Property Value

Type: String
Remarks

The list of extensions can start with or without ".".

See Also

Reference