Skip to content

RemoveTag

Removes a tag from the case.

myCase.RemoveTag(tag: string):Case (Case)

Parameters

string tag
    The name of the tag to remove.

Returns

The current Case instance.

See Also