Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemporaryFileUploadValueBase

    Inheritance
    System.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
    System.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
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Src
      • TemporaryFileId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX