Click or drag to resize
FileInfo Constructor
Creates a FileInfo-Object

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public FileInfo(
	Channel channel,
	string path,
	string name,
	ulong size,
	DateTimeOffset lastModified,
	FileListType type,
	ulong incompleteSize
)

Parameters

channel
Type: TeamSpeak.Sdk.ClientChannel
Channel for which a FileInfo was requested.
path
Type: SystemString
Subdirectory inside the channel for which the FileInfo was requested. “/” indicates the root directory is listed.
name
Type: SystemString
File name.
size
Type: SystemUInt64
File size.
lastModified
Type: SystemDateTimeOffset
The date and time on which the file was last modified.
type
Type: TeamSpeak.SdkFileListType
Indicates if this entry is a directory or a file.
incompleteSize
Type: SystemUInt64
If the file is currently still being transferred, this indicates the currently transferred file size.
See Also