TeamTalk 5 .NET DLL
Version 5.11A
|
A struct containing the properties of a file in a BearWare.Channel. More...
Public Attributes | |
int | nChannelID |
The ID of the channel where the file is located. More... | |
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... | |
string | szUploadTime |
Time when file was uploaded. Date/time is converted local time. More... | |
A struct containing the properties of a file in a BearWare.Channel.
Definition at line 2801 of file TeamTalk.cs.
int BearWare.RemoteFile.nChannelID |
The ID of the channel where the file is located.
Definition at line 2804 of file TeamTalk.cs.
int BearWare.RemoteFile.nFileID |
The ID identifying the file.
Definition at line 2806 of file TeamTalk.cs.
string BearWare.RemoteFile.szFileName |
The name of the file.
Definition at line 2809 of file TeamTalk.cs.
long BearWare.RemoteFile.nFileSize |
The size of the file.
Definition at line 2811 of file TeamTalk.cs.
string BearWare.RemoteFile.szUsername |
Username of the person who uploaded the files.
Definition at line 2814 of file TeamTalk.cs.
string BearWare.RemoteFile.szUploadTime |
Time when file was uploaded. Date/time is converted local time.
Definition at line 2818 of file TeamTalk.cs.