Skip to content

Copy

Creates a new copy of the current case.

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

Parameters

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

Returns

The current Case instance.

See Also