Class UploadEndpoints.UrlImportRequest
Request body used by the /import-url endpoint.
Inherited Members
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 |