Tagging.Check
Module | Tagging |
---|---|
Method | |
Library | Core |
Action | Tests the existence of a named tag of a specified type, optionally with the specified value. |
Parameters |
|
Return values | |
Example | // Get the value of the freeform tag named "WithScanner", if it exists Tagging.Check(Name: "WithScanner", Scopable: false); // Find instances of freeform tag "WithScanner" that are set to "WorkForce DS1630": Tagging.Check(Name: "WithScanner", Value: "WorkForce DS1630", Scopable: false); |
Platforms |
|
Notes | This method can be used with the agent language's |