TeamTalk 4 .NET DLL  Version 4.5A
BearWare.FileInfo Struct Reference

A struct containing the properties of a file in a BearWare.Channel. More...

Public Attributes

int nFileID
 The ID identifying the file. More...
 
string szFileName
 The name of the file. More...
 
long nFileSize
 The size of the file. More...
 
string szUsername
 Username of the person who uploaded the files. More...
 

Detailed Description

A struct containing the properties of a file in a BearWare.Channel.

See Also
TeamTalk4.GetChannelFileInfo

Member Data Documentation

int BearWare.FileInfo.nFileID

The ID identifying the file.

string BearWare.FileInfo.szFileName

The name of the file.

long BearWare.FileInfo.nFileSize

The size of the file.

string BearWare.FileInfo.szUsername

Username of the person who uploaded the files.