Search Results for

    Show / Hide Table of Contents

    Class SuggestionsResult

    Result of a suggestions query

    Inheritance
    System.Object
    SuggestionsResult
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class SuggestionsResult : object

    Properties

    Suggestions

    The list of suggestions

    Declaration
    public System.Collections.Generic.IList<Suggestion> Suggestions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Suggestion>
    In This Article
    Back to top Version 5.1.0.10