Interface IFileExtensionConfigItem
Represents a file extension configuration item used by file upload property editors.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IFileExtensionConfigItem
Properties
View SourceId
Gets or sets the unique identifier for this file extension configuration item.
Declaration
int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
Gets or sets the file extension value (e.g., "jpg", "pdf").
Declaration
string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |