Move¶
Moves the case to the specified channel.
myCase.Move(channelId: string, comments?: string):Case (Case)
Parameters¶
string channelId
The ID of the channel to move the case to.
string comments optional
Comments for the move.
Returns¶
The current Case instance.