Skip to content

RemoveTag

Removes a tag from the case.

1
myCase.RemoveTag(tag: string):Case

Parameters

string tag
    The name of the tag to remove.

Returns

The current Case instance.

See Also