ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / ValidFileExtensions Property

In This Topic
    ValidFileExtensions Property
    In This Topic
    Gets or sets the array of allowed file extensions.
    Syntax
    'Declaration
     
    Public Property ValidFileExtensions As System.String()
    public System.string[] ValidFileExtensions {get; set;}
    See Also