Skip to content

AddTag

Adds a tag to the case.

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

Parameters

string tag
    The name of the tag to add.

Returns

The current Case instance.

See Also