Show / Hide Table of Contents

Delegate FileHelper.GetFileSizeToUpload

Delegate to retreived the FileUpload file size

Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void GetFileSizeToUpload(Guid mailID, string filePath, long totalSize);
Parameters
Type Name Description
System.Guid mailID
System.String filePath
System.Int64 totalSize

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX