Tagging.GetAll
| Module | Tagging | 
|---|---|
| Method | |
| Library | Core | 
| Action | Fetch the tag list (containing all tags) of the specified type. | 
| Parameters |   
 | 
| Return values |   NoteTag names are stored internally in upper case, and so they are also listed in that form. | 
|   | |
|   | |
| Example | // Get all freeform tags Tagging.GetAll(Scopable: false); // Get all device tags, using default Scopable:true Tagging.GetAll(); | 
| Platforms | 
 | 
| Notes |