Search Results for

    Show / Hide Table of Contents
    View Source

    Class PostedFiles

    This is used for the response of PostAddFile so that we can analyze the response in a filter and remove the temporary files that were created.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class PostedFiles : IHaveUploadedFiles, INotificationModel

    Constructors

    View Source

    PostedFiles()

    Declaration
    public PostedFiles()

    Properties

    View Source

    Notifications

    Declaration
    [DataMember(Name = "notifications")]
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    View Source

    UploadedFiles

    Declaration
    public List<ContentPropertyFile> UploadedFiles { get; }
    Property Value
    Type Description
    List<ContentPropertyFile>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PostedFiles()
    • Properties
      • Notifications
      • UploadedFiles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX