mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Builder_Library >> Tools >> FDA_Report_Processor >> Constructors >> Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

FDA_Report_Processor Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)



Constructor for a new instance of the FDA_Report_Processor class


Namespace: SobekCM.Builder_Library.Tools
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public FDA_Report_Processor(
	bool Save_To_Database,
	bool Delete,
	bool Include_Briefs,
	bool Recurse,
	bool Write_Brief_Always,
	bool Write_Brief_On_Warning
)

Parameters

Save_To_Database
Type: System..::..Boolean
Flag indicates whether to save the information to the database
Delete
Type: System..::..Boolean
Flag indicates whether to delete the report once processed
Include_Briefs
Type: System..::..Boolean
Flag indicates whether to exclude all "brief" rewritten versions of the FDA reports
Recurse
Type: System..::..Boolean
Flag indicates whether to recurse through all subfolders looking for reports to process
Write_Brief_Always
Type: System..::..Boolean
Flag indicates whether a "brief" version should be written for all reports
Write_Brief_On_Warning
Type: System..::..Boolean
Flag indicates whether a "brief" version should be written for reports containing warnings

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )