Interface IFileExtensionsConfig
Marker interface for any editor configuration that supports defining file extensions
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IFileExtensionsConfig
Properties
View SourceFileExtensions
Declaration
List<FileExtensionConfigItem> FileExtensions { get; set; }
Property Value
Type | Description |
---|---|
List<FileExtensionConfigItem> |