BenSelect Documentation
ExportTxt Method
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace > CensusImportTemplateView Class : ExportTxt Method
outputPath
The output path.
maxResultRows
The maximum result rows.
forceZip
Force csv files to be zipped all the time
maxRunTime
The max run time in minutes. If it elapsed before export run to completeon OperationCancelledException will be thrown
Exports the TXT.

Syntax

JScript 
public function ExportTxt( 
   outputPath : String,
   maxResultRows : int,
   forceZip : boolean,
   maxRunTime : int
);

Parameters

outputPath
The output path.
maxResultRows
The maximum result rows.
forceZip
Force csv files to be zipped all the time
maxRunTime
The max run time in minutes. If it elapsed before export run to completeon OperationCancelledException will be thrown

Exceptions

ExceptionDescription
System.ArgumentExceptionoutputPath
Selerix.Foundation.SelerixExceptionTemplate should not be null or Template file does not have tables to export
System.AggregateExceptionRepresents one or more errors that occur during application execution.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.