Show / Hide Table of Contents

Interface ILocalFile

That is a contract for an object whoe whant to refer to localfiles associated to a MailID

Inherited Members
IAuthenticationNeeded.Serial
IAuthenticationNeeded.ApiUser
IAuthenticationNeeded.ApiPassword
IEndPointName.EndPointConfigurationName
IUriBindingConfiguration.EndPointUri
Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ILocalFile : IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Properties

FilesPath

Declaration
List<string> FilesPath { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

MailID

Declaration
Guid MailID { get; set; }
Property Value
Type Description
System.Guid

Extension Methods

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