DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SaveUploadStreamResult

    Represents the result of a stream upload operation.

    Inheritance
    object
    SaveUploadStreamResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX