FileDownloadProgressEventData Event
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The FileDownloadProgressEventData event indicates that a file is in the process of being downloaded in the Files tool.
Syntax
<Event>
<SubscriptionID />
<EventClass>urn:groove-net:Files2Event</EventClass>
<EventSource />
<EventType>FileDownloadProgressEventData</EventType>
<EventData xsi:type="e:FileDownloadProgressEventData">
<FileDownloadProgress>
<FileID />
<BytesReceived />
<BytesRemaining />
</FileDownloadProgress>
</EventData>
</Event>
Complex Type Elements
Element |
Data type |
Description |
---|---|---|
FileID |
xs:string |
ID of file being downloaded. |
BytesReceived |
xs:double |
Number of bytes downloaded. |
BytesRemaining |
xs:double |
Number of bytes remaining to be downloaded. |
Remarks
This event may be generated zero or multiple times during the downloading of the file. The number of times that this event is generated is dependent on the file size and system load.
See Also
Reference
GrooveFilesBase64.Download Operation
Concepts
Reading File Contents, Checking Download State, and Downloading Files