Click or drag to resize

ITag Interface

Contains the Tag (Keyword) operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface ITag

The ITag type exposes the following members.

Methods
 NameDescription
Public methodAddNewCaseTag Adds a new Tag to case.
Public methodAddNewContactTag Adds a new Tag to contact.
Public methodAddNewFileTag Adds a new Tag to file.
Public methodAddNewUserTag Adds a new Tag to user.
Public methodDeleteTag Deletes a tag.
Public methodGetAllCaseTags Gets all case Tags of the organization.
Public methodGetAllUserTags Gets all user Tags of the organization.
Public methodGetTagByGUID Gets a Tag by GUID.
Public methodGetTagsByCaseGUID Gets Tags by case.
Top
Remarks
Tags have context, which defines how the tags can be used. Case tag can't be used to tag an User.
See Also