Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Properties/FileReceived: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23:46:00 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/channel/properties/FileReceived.htm --> | <!-- Generated @ 08/12/2022 23:46:00 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/channel/properties/FileReceived.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= | __NOTOC__= [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Index|Channel]].FileInfo Property (Restricted) = | ||
Returns a <span class="clsObject">FileInfo</span> object representing a file that is being sent or received. This property is labeled "restricted" because it is available only if the application has the SendFile permission. For more information, see [[Protocols/MSNP/Activities/SDK/Sandbox|Standard vs. Advanced Applications]]. | Returns a <span class="clsObject">FileInfo</span> object representing a file that is being sent or received. This property is labeled "restricted" because it is available only if the application has the SendFile permission. For more information, see [[Protocols/MSNP/Activities/SDK/Sandbox|Standard vs. Advanced Applications]]. | ||
VBScript Syntax | === VBScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 13: | Line 13: | ||
</div> | </div> | ||
JavaScript Syntax | === JavaScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 20: | Line 20: | ||
</div> | </div> | ||
Property Value | === Property Value === | ||
A <span class="clsObject">FileInfo</span> object representing a file that is being sent or received. | A <span class="clsObject">FileInfo</span> object representing a file that is being sent or received. |
Latest revision as of 01:43, 13 August 2022
Channel.FileInfo Property (Restricted)
Returns a FileInfo object representing a file that is being sent or received. This property is labeled "restricted" because it is available only if the application has the SendFile permission. For more information, see Standard vs. Advanced Applications.
VBScript Syntax
external.Channel.FileInfo
JavaScript Syntax
window.external.Channel.FileInfo
Property Value
A FileInfo object representing a file that is being sent or received.