Search Results for

    Show / Hide Table of Contents
    View Source

    Class FileExtensionConfigItem

    Represents a file extension configuration item used by file upload property editors.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class FileExtensionConfigItem : IFileExtensionConfigItem

    Constructors

    View Source

    FileExtensionConfigItem()

    Declaration
    public FileExtensionConfigItem()

    Properties

    View Source

    Id

    Gets or sets the unique identifier for this file extension configuration item.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    Value

    Gets or sets the file extension value (e.g., "jpg", "pdf").

    Declaration
    public string? Value { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX