Interface IAllowFileActions
Assembly: GPAL.dll
Syntax
public interface IAllowFileActions
Methods
AppendToCSV(String)
Declaration
IAllowAllActionAndAnySelector AppendToCSV(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
AppendToExcel(String)
Declaration
IAllowAllActionAndAnySelector AppendToExcel(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
AppendToFile(IGPALFile)
Declaration
IAllowAllActionAndAnySelector AppendToFile(IGPALFile file)
Parameters
Returns
AppendToTabbedText(String)
Declaration
IAllowAllActionAndAnySelector AppendToTabbedText(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
SaveToCSV(String)
Declaration
IAllowAllActionAndAnySelector SaveToCSV(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
SaveToExcel(String)
Declaration
IAllowAllActionAndAnySelector SaveToExcel(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
SaveToFIle(IGPALFile)
Declaration
IAllowAllActionAndAnySelector SaveToFIle(IGPALFile file)
Parameters
Returns
SaveToTabbedText(String)
Declaration
IAllowAllActionAndAnySelector SaveToTabbedText(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns