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 SourcePostedFiles()
Declaration
public PostedFiles()
Properties
View SourceNotifications
Declaration
[DataMember(Name = "notifications")]
public List<BackOfficeNotification> Notifications { get; }
Property Value
Type | Description |
---|---|
List<BackOfficeNotification> |
UploadedFiles
Declaration
public List<ContentPropertyFile> UploadedFiles { get; }
Property Value
Type | Description |
---|---|
List<ContentPropertyFile> |