Search Results for

    Show / Hide Table of Contents

    Class IndexOperationResponse

    Inheritance
    System.Object
    IndexOperationResponse
    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 IndexOperationResponse

    Constructors

    IndexOperationResponse()

    Declaration
    public IndexOperationResponse()

    Properties

    Documents

    Declaration
    public IList<IndexDocumentResponse> Documents { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IndexDocumentResponse>
    In This Article
    Back to top (c) Meriworks 2002-2022