BuildMaster SDK Reference
Version:

TagTextBox.SelectedTagCollection Class

Contains selected tags.

Inheritance Hierarchy

  • object
    • Inedo.Web.Controls.TagTextBox.SelectedTagCollection

Syntax

public class TagTextBox.SelectedTagCollection : ICollection<string>, IEnumerable<string>, System.Collections.IEnumerable

Properties

Name Description
Count

Gets the number of tags selected.

Methods

Name Description
Add(string tag)

Adds the specified tag.

AddRange(System.Collections.Generic.IEnumerable<string> tags)

Adds the specified tags.

Clear

Clears the collection.

Contains(string tag)

Returns a value indicating whether the specified tag is contained in the collection.

Remove(string tag)

Removes the specified tag.