security.applicationWipeTagElementSecurity
Removes element security for a tag from an application. Returns a boolean value depending on the outcome.
js
security.applicationWipeTagElementSecurity(applicationId, tag)
Parameters
applicationId
- Identifier of the activity.tag
- Tag name or Identifier.
Example
js
let arr = security.applicationWipeTagElementSecurity("MyActivityId", "Admin");