|  | ITagManager Interface | 
Namespace: EdaIntegrationContract.Tagging
 Syntax
Syntaxpublic interface ITagManager
The ITagManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | All | 
                Retrieves a list of ITag for a case.
             | 
|   | ById | 
                Retrieves a tag by its unique identifier.
             | 
|   | ByName | 
                Retrieves a tag by its name.
             | 
|   | Create | 
                Creates a new tag for a case.
             | 
|   | Delete | 
                Delete one more tags from the case.
             | 
 See Also
See Also