Skip to content

Copy

Creates a new copy of the current case.

1
myCase.Copy(targetChannel?: string):Case

Parameters

string targetChannel optional
    The ID of the channel to copy the case to.

Returns

The current Case instance.

See Also