Contents
Method | Clear |
---|---|
Module | Tagging |
Library | Core |
Action | Delete all tags of the type (scopable or non-scopable). |
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. |