CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class UploadEndpoints.UrlImportRequest

    Request body used by the /import-url endpoint.

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

    Properties

    ContentType

    Declaration
    public string? ContentType { get; set; }
    Property Value
    Type Description
    string

    FileName

    Declaration
    public string? FileName { get; set; }
    Property Value
    Type Description
    string

    Url

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