C# Class EmailListExporter.FTPOptions

Show file Open project: PrezzaTechnologies/Developer-Samples Class Usage Examples

Public Properties

Property Type Description
NUMBER_OF_OPTIONS int

Public Methods

Method Description
FTPOptions ( List ftpOptionsLine ) : System
getDirectory ( ) : String
getHostname ( ) : String
getPassword ( ) : String
getUsername ( ) : String

Method Details

FTPOptions() public method

public FTPOptions ( List ftpOptionsLine ) : System
ftpOptionsLine List
return System

getDirectory() public method

public getDirectory ( ) : String
return String

getHostname() public method

public getHostname ( ) : String
return String

getPassword() public method

public getPassword ( ) : String
return String

getUsername() public method

public getUsername ( ) : String
return String

Property Details

NUMBER_OF_OPTIONS public static property

public static int NUMBER_OF_OPTIONS
return int