Skip to content

Move

Moves the case to the specified channel.

1
myCase.Move(channelId: string, comments: string):Case

Parameters

string channelId
    The ID of the channel to move the case to.

string comments
    Comments about the move.

Returns

The current Case instance.

See Also