C# Class EmailListExporter.ExportOptions

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

Public Properties

Property Type Description
NUMBER_OF_OPTIONS int

Public Methods

Method Description
ExportOptions ( List optionsLine ) : System
getAPIUrl ( ) : Uri
getCsvFileName ( ) : String
getListName ( ) : String
getPageNumber ( ) : int
getPageSize ( ) : int
getPassword ( ) : String
getUserName ( ) : String

Method Details

ExportOptions() public method

public ExportOptions ( List optionsLine ) : System
optionsLine List
return System

getAPIUrl() public method

public getAPIUrl ( ) : Uri
return System.Uri

getCsvFileName() public method

public getCsvFileName ( ) : String
return String

getListName() public method

public getListName ( ) : String
return String

getPageNumber() public method

public getPageNumber ( ) : int
return int

getPageSize() public method

public getPageSize ( ) : int
return int

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