Class S3CompleteResult
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public class S3CompleteResult
Properties
FileGuid
Declaration
public Guid FileGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileSize
Declaration
public long FileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Location
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |