Contents
Method | Clear |
---|---|
Module | Tagging |
Library | Core |
Action | Delete all tags of the specified type. |
Parameters | Scopable (boolean; optional, default true ): Whether to delete all scopable (true ) or non-scopable (false ) tags. |
Return values |
|
Example | // Delete all freeform tags Tagging.Clear(Scopable: false); |
Platforms |
|
Notes | Use with care! This method is recommended only for testing. See Tags page for guidance using tags. The following methods existing in the Agent Tagging module:
|