TeamTalk 5 .NET DLL Version 5.15A
|
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. | |
int | nFileID |
The ID identifying the file. | |
string | szFileName |
The name of the file. | |
long | nFileSize |
The size of the file. | |
string | szUsername |
Username of the person who uploaded the files. | |
string | szUploadTime |
Time when file was uploaded. Date/time is converted local time. | |
A struct containing the properties of a file in a BearWare.Channel.
Definition at line 2826 of file TeamTalk.cs.
int BearWare.RemoteFile.nChannelID |
The ID of the channel where the file is located.
Definition at line 2829 of file TeamTalk.cs.
int BearWare.RemoteFile.nFileID |
The ID identifying the file.
Definition at line 2831 of file TeamTalk.cs.
string BearWare.RemoteFile.szFileName |
The name of the file.
Definition at line 2834 of file TeamTalk.cs.
long BearWare.RemoteFile.nFileSize |
The size of the file.
Definition at line 2836 of file TeamTalk.cs.
string BearWare.RemoteFile.szUsername |
Username of the person who uploaded the files.
Definition at line 2839 of file TeamTalk.cs.
string BearWare.RemoteFile.szUploadTime |
Time when file was uploaded. Date/time is converted local time.
Definition at line 2843 of file TeamTalk.cs.