CachedDataManager_BuilderServices.Store_Builder_Logs Method
Stores the raw data list of builder logs (engine side)
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Store_Builder_Logs(
DataSet StoreObject,
Nullable<DateTime> StartDate,
Nullable<DateTime> EndDate,
string BibVidFilter,
bool IncludeNoWorkFlag,
Custom_Tracer Tracer
) |
Parameters
- StoreObject
- Type: System.Data..::..DataSet
Data set of all the recent updates
- 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
See Also