Click or drag to resize
TagsSearch Method
Search for tags by name. Results are ordered first as an exact match, then by popularity. Short tags will be treated as exact matches.

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<TagsResponse> Search(
	string searchTerm
)

Parameters

searchTerm
Type: SystemString
A valid tag name without a leading #. (eg. snowy, nofilter)

Return Value

Type: TaskTagsResponse
a TagsResponse object
See Also