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.ToolsAssembly: 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