Click or drag to resize
TagsGet Method
Get information about a tag object.

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<TagResponse> Get(
	string tagName
)

Parameters

tagName
Type: SystemString
Return information about this tag.

Return Value

Type: TaskTagResponse
Tag Response
See Also