Search Results for

    Show / Hide Table of Contents

    Class IndexDocumentResponse

    Inheritance
    System.Object
    IndexDocumentResponse
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Search
    Assembly: ImageVault.Core.dll
    Syntax
    public class IndexDocumentResponse

    Constructors

    IndexDocumentResponse()

    Declaration
    public IndexDocumentResponse()

    Properties

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    StatusCode

    Declaration
    public HttpStatusCode StatusCode { get; set; }
    Property Value
    Type Description
    System.Net.HttpStatusCode

    Success

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top (c) Meriworks 2002-2022