| TagManager Methods | 
The TagManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddDataFavorite | 
                Marks the object with the given ID as favorite of the current session user.
             | 
|  | AddTag | 
                Adds the given tag with the color in hexadecimal representation.
             | 
|  | DeleteTag | 
                Deletes the given tag.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetTagGlobalUsageInfos | 
                Returns usage information for all the tags.
             | 
|  | GetTagListFilter | 
                Returns the container list filter that was at last saved for the user or the default filter
                if defaultFilter is set to true.
             | 
|  | GetTags | 
                Returns a list of tags that match the given filter.
             | 
|  | GetType | (Inherited from Object.) | 
|  | RemoveDataFavorite | 
                Removes the favorite tag from the object with the given ID.
             | 
|  | SetDataTags | 
                Handles the data tags for a data. Adds, updates or deletes them.
             | 
|  | ToString | (Inherited from Object.) | 
|  | UpdateTag | 
                Updates the given tag with the color in hexadecimal representation.
             | 
 See Also
See Also