Engine_Database.Builder_Log_Search Method 
 Gets the matching builder logs, including a possible restriction by date range or bibid/vid 
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
| C# | 
|---|
| public static DataSet Builder_Log_Search(
	Nullable<DateTime> StartDate,
	Nullable<DateTime> EndDate,
	string BibVidFilter,
	bool IncludeNoWorkFlag,
	Custom_Tracer Tracer
) | 
Parameters
- StartDate
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
 Possibly the starting date for the log range
- EndDate
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
 Possibly the ending date for the log range
- BibVidFilter
- Type: System..::..String
 Any search filter to see only particular BibID or BibID/VID
- IncludeNoWorkFlag
- Type: System..::..Boolean
 Flag indicates if 'No Work' entries should be included
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
 Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type: 
DataSet Dataset with all the builder logs 
See Also