Click or drag to resize

ITagManager Interface

Represents a class for managing Tags.

Namespace:  EdaIntegrationContract.Tagging
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ITagManager

The ITagManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves a list of ITag 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