Class FileUploadLargeFileContainer
Inheritance
System.Object
FileUploadLargeFileContainer
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class FileUploadLargeFileContainer : ILocalFile, IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Constructors
FileUploadLargeFileContainer(String, Guid, Guid, Guid, List<String>)
Declaration
public FileUploadLargeFileContainer(string endPointConfigurationName, Guid serial, Guid user, Guid psw, List<string> filesPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfigurationName | |
System.Guid | serial | |
System.Guid | user | |
System.Guid | psw | |
System.Collections.Generic.List<System.String> | filesPath |
FileUploadLargeFileContainer(Uri, Guid, Guid, Guid, List<String>)
Declaration
public FileUploadLargeFileContainer(Uri endPointUri, Guid serial, Guid user, Guid psw, List<string> filesPath)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | user | |
System.Guid | psw | |
System.Collections.Generic.List<System.String> | filesPath |
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
FilesPath
Declaration
public List<string> FilesPath { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
MailID
Declaration
public Guid MailID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |