List & Label .NET
combit.Reporting.Web.WebReportDesigner.Server Namespace / UploadFileContext Class / Files Property


In This Topic
    Files Property
    In This Topic
    List of files that are being uploaded to the server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Files As HttpFileCollection
    public HttpFileCollection Files {get;}
    public:
    property HttpFileCollection^ Files {
       HttpFileCollection^ get();
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also