Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemporaryFileModel

    Represents a temporary file with its availability expiration time.

    Inheritance
    object
    TemporaryFileModelBase
    Namespace: Umbraco.Cms.Core.Models.TemporaryFile
    Assembly: Umbraco.Core.dll
    Syntax
    public class TemporaryFileModel : TemporaryFileModelBase

    Constructors

    View Source

    TemporaryFileModel()

    Declaration
    public TemporaryFileModel()

    Properties

    View Source

    AvailableUntil

    Gets or sets the date and time until which the temporary file is available.

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