ExportToDelimitedFile(String,RowSelectorEnum,String,String,String) Method
In This Topic
Exports the specified rows from the list to the specified file as delimited ASCII text.
Syntax
Parameters
- outPath
- Specifies the file to which list rows are exported.
- selector
- Specifies an optional value that specifies the rows to be exported.
- delim
- Specifies an optional delimiter string used to separate fields.
- prefix
- Specifies an optional string used with suffix to surround each value.
- suffix
- Specifies an optional string used with prefix to surround each value.
See Also