Click or drag to resize
ChannelGetFileList Method
Query list of files in a directory.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public Task<ICollection<FileInfo>> GetFileList(
	string path = "/",
	string channelPassword = null
)

Parameters

path (Optional)
Type: SystemString
Path inside the channel, defining the subdirectory. Top level path is “/”
channelPassword (Optional)
Type: SystemString
Optional channel password. Pass empty string or null if unused.

Return Value

Type: TaskICollectionFileInfo
A task that returns the list of files contained in path
See Also