Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 563 Bytes

AutoCompleteText.md

File metadata and controls

14 lines (9 loc) · 563 Bytes

Result.AutoCompleteText property

This holds the text which can be provided by plugin to help Flow autocomplete text for user on the plugin result. If autocomplete action for example is tab, pressing tab will have the default constructed autocomplete text (result's Title), or the text provided here if not empty.

public string AutoCompleteText { get; set; }

See Also