Skip to content

XUITagAutocompleteData

Description

Contains the tag autocomplete options for a given prefix. Returned by autocomplete engines when requested by the tag canvas.

Properties

Name Type Read-Only
LongestCommonPrefix String
Options() XUITagAutocompleteOption
Prefix String

Methods

Name Parameters Returns
LongestOptionValue String

Property Descriptions

LongestCommonPrefix As String

The longest common prefix amongst all suggestions minus the triggering prefix.


Options() As XUITagAutocompleteOption

The autocomplete options available for the specified prefix.


Prefix As String

The prefix that the data contained within this instance is valid for.


Method Descriptions

LongestOptionValue() As String

Returns the option with the longest value.