Class SaveUploadStreamResult
Represents the result of a stream upload operation.
Inherited Members
Namespace: DataWeb.Media
Assembly: DataWeb.Core.dll
Syntax
public class SaveUploadStreamResult
Properties
ErrorMessage
Gets or sets an error message if the upload operation was not successful.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
FileId
Gets or sets the Id of the file that was uploaded.
Declaration
public string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |
IsSuccess
Gets or sets a value indicating whether the upload operation was successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
bool |