Table of Contents

Class KeywordDictionary

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class KeywordDictionary
Inheritance
KeywordDictionary
Inherited Members
Extension Methods

Constructors

KeywordDictionary()

public KeywordDictionary()

Methods

AddKeywords(string)

public void AddKeywords(string value)

Parameters

value string

GetSuggestions(string, int)

public string[] GetSuggestions(string input, int count = 8)

Parameters

input string
count int

Returns

string[]

ParseKeywords(string, bool)

public static string[] ParseKeywords(string input, bool includeEmpty)

Parameters

input string
includeEmpty bool

Returns

string[]