Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemporaryFileUploadValueBase

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class TemporaryFileUploadValueBase

    Properties

    View Source

    Src

    Gets or sets the value source image.

    Declaration
    public string? Src { get; set; }
    Property Value
    Type Description
    string
    View Source

    TemporaryFileId

    Gets or sets the temporary file identifier that will replace an an existing Src value.

    Declaration
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
    public Guid? TemporaryFileId { get; set; }
    Property Value
    Type Description
    Guid?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX