CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class UploadSecurityData

    Inheritance
    object
    UploadSecurityData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CoreUpload.Security
    Assembly: CoreUpload.dll
    Syntax
    public class UploadSecurityData

    Properties

    AllowedExtensions

    Declaration
    public string[] AllowedExtensions { get; set; }
    Property Value
    Type Description
    string[]

    ExpiresUtc

    Declaration
    public DateTime ExpiresUtc { get; set; }
    Property Value
    Type Description
    DateTime

    MaxFileSize

    Declaration
    public long MaxFileSize { get; set; }
    Property Value
    Type Description
    long

    MaxFiles

    Declaration
    public int MaxFiles { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top CoreUpload 5.0 API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.