Click or drag to resize
ChannelGetFileInfo Method
Query information of a specified file. The answer from the server will trigger FileInfoReceived with the requested information.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public Task GetFileInfo(
	string file,
	string channelPassword = null
)

Parameters

file
Type: SystemString
File name we want to request info from, needs to include the full path within the channel, e.g. “/file” for a top-level file or “/dir1/dir2/file” for a file located in a subdirectory.
channelPassword (Optional)
Type: SystemString
Optional channel password. Pass empty string or null if unused.

Return Value

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