Click or drag to resize
TagSelectorServiceTagsAutoComplete Method
Gets results for tag auto-complete

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public string[] TagsAutoComplete(
	string prefixText,
	int count,
	string contextKey
)

Parameters

prefixText
Type: SystemString
Prefix to be searched
count
Type: SystemInt32
Number of tags to be returned
contextKey
Type: SystemString
Tag group ID

Return Value

Type: String
See Also