Interface IHaveUploadedFiles
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.dll
Syntax
public interface IHaveUploadedFiles
Properties
View SourceUploadedFiles
Declaration
List<ContentPropertyFile> UploadedFiles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ContentPropertyFile> |