TagManager Class |
Namespace: PsrApi.Managers
public class TagManager : BaseManager
The TagManager type exposes the following members.
| 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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 | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateTag |
Updates the given tag with the color in hexadecimal representation.
|