Click or drag to resize
ConnectionMove Method (Channel, Channel, Channel)
Move a channel to a new parent channel

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public Task Move(
	Channel channel,
	Channel newParent,
	Channel newChannelOrder
)

Parameters

channel
Type: TeamSpeak.Sdk.ClientChannel
The channel to be moved.
newParent
Type: TeamSpeak.Sdk.ClientChannel
The parent channel where the moved channel is to be inserted as child. Use null to insert as top-level channel.
newChannelOrder
Type: TeamSpeak.Sdk.ClientChannel
the Channel after which channel is sorted. meaning its going to be the first Channel under newParent.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also