Click or drag to resize

TagManager Class

Contains methods to manipulate tags. Tags can be applied to almost every object of type PsrData
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class TagManager : BaseManager

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 (Inherited from Object.)
Public methodGetHashCode (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 (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 (Inherited from Object.)
Public methodUpdateTag
Updates the given tag with the color in hexadecimal representation.
Top
See Also