Click or drag to resize

TagManager Methods

The TagManager type exposes the following members.

Methods
  NameDescription
Public methodAddDataFavorite
Marks the object with the given ID as favorite of the current session user.
Public methodAddTag
Adds the given tag with the color in hexadecimal representation.
Public methodDeleteTag
Deletes the given tag.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTagGlobalUsageInfos
Returns usage information for all the tags.
Public methodGetTagListFilter
Returns the container list filter that was at last saved for the user or the default filter if defaultFilter is set to true.
Public methodGetTags
Returns a list of tags that match the given filter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveDataFavorite
Removes the favorite tag from the object with the given ID.
Public methodSetDataTags
Handles the data tags for a data. Adds, updates or deletes them.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateTag
Updates the given tag with the color in hexadecimal representation.
Top
See Also