Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Index: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
<div class="clsTableIndent" tabname="Properties"> | <div class="clsTableIndent" tabname="Properties"> | ||
{| | {| class="wikitable" | ||
! Property | ! Property | ||
! Description | ! Description | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Properties/Path|Path]] | ||
| Absolute path to the file. | | Absolute path to the file. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Properties/Size|Size]] | ||
| Total size of the file, in bytes. | | Total size of the file, in bytes. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Properties/Progress|Progress]] | ||
| Bytes transferred so far. | | Bytes transferred so far. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Properties/Incoming|Incoming]] | ||
| True if file is incoming, False if outgoing. | | True if file is incoming, False if outgoing. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Fileinfo/Properties/Status|Status]] | ||
| FileStatus enumeration of file transfer. | | FileStatus enumeration of file transfer. | ||
|} | |} | ||
Line 32: | Line 32: | ||
</div> | </div> | ||
Object Information | === Object Information === | ||
<span class="clsGenericBold">Minimum Availability:</span> MSN Messenger 6.0 | <span class="clsGenericBold">Minimum Availability:</span> MSN Messenger 6.0 |
Latest revision as of 01:53, 13 August 2022
FileInfo Object
The FileInfo object contains properties for ascertaining the path, file name, size, progress, and status of a file transfer. A FileInfo object is created during a SendFile or File event.
Members Table
Property | Description |
---|---|
Path | Absolute path to the file. |
Size | Total size of the file, in bytes. |
Progress | Bytes transferred so far. |
Incoming | True if file is incoming, False if outgoing. |
Status | FileStatus enumeration of file transfer. |
Object Information
Minimum Availability: MSN Messenger 6.0