Interface ISuggestionItem
Defines a suggestion item
Namespace: ImageVault.Core.Common.Search
Assembly: ImageVault.Core.dll
Syntax
public interface ISuggestionItem
Properties
SearchText
Defines the suggestion search text
Declaration
string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |