|
TeamTalk 5 Java DLL Version 5.19A
|
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 2795 of file TeamTalk.cs.
| int BearWare.RemoteFile.nChannelID |
The ID of the channel where the file is located.
Definition at line 2798 of file TeamTalk.cs.
| int BearWare.RemoteFile.nFileID |
The ID identifying the file.
Definition at line 2800 of file TeamTalk.cs.
| string BearWare.RemoteFile.szFileName |
The name of the file.
Definition at line 2803 of file TeamTalk.cs.
| long BearWare.RemoteFile.nFileSize |
The size of the file.
Definition at line 2805 of file TeamTalk.cs.
| string BearWare.RemoteFile.szUsername |
Username of the person who uploaded the files.
Definition at line 2808 of file TeamTalk.cs.
| string BearWare.RemoteFile.szUploadTime |
Time when file was uploaded. Date/time is converted local time.
Definition at line 2812 of file TeamTalk.cs.