The ITagSet interface in the Sandbox namespace provides a set of methods for managing tags. Tags are used to categorize or label objects, allowing for easy identification and grouping.
The ITagSet interface in the Sandbox namespace provides a set of methods for managing tags. Tags are used to categorize or label objects, allowing for easy identification and grouping.
Member Name | Summary |
---|---|
RemoveAll | Remove all tags from the set. |
Has | Check if a specific tag exists in the set. |
Add | Add a tag to the set. |
Remove | Remove a specific tag from the set. |
Set | Set the state of a specific tag in the set. |
TryGetAll | Try to get all tags in the set. |
GetTokens | Retrieve all tag tokens in the set. |
SetFrom | Set tags from another tag set. |
Toggle | Toggle the presence of a specific tag in the set. |
HasAny | Check if any of the specified tags exist in the set. |
HasAll | Check if all of the specified tags exist in the set. |
GetEnumerator | Get an enumerator for iterating through the tags in the set. |