Click or drag to resize

TagManager Class

Represents a class for managing Tags.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.TaggingTagManager

Namespace:  Law.EdaIntegration.Tagging
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class TagManager

The TagManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves a list of Tag for a case.
Public methodCode exampleById
Retrieves a tag by its unique identifier.
Public methodCode exampleByName
Retrieves a tag by its name.
Public methodCode exampleCreate
Creates a new tag for a case.
Public methodCode exampleDelete
Delete one more tags from the case.
Top
See Also