Delegate FileHelper.UploadProgress
Delegate for get the state on a specific file when use the uploads method
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void FileHelper.UploadProgress(Guid mailID, string filePath, long part, long totalPart)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | mailID | The reference for wich mail this file is associated |
| string | filePath | The physical path of the current file |
| long | part | The part that are currently uplodings. Notes the uploads have multi-thread |
| long | totalPart | The number of part that file contains |