clearTagCollection abstract method

BatchUserDataEditor clearTagCollection(
  1. String collection
)

Removes all tags from a collection.

The tag collection name must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.

Implementation

BatchUserDataEditor clearTagCollection(String collection);