Internal_HtmlSubwriter.add_new_item_html Method
Adds the list of all new and recently changed items to the response stream
Namespace: SobekCM.Library.HTMLAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
protected internal void add_new_item_html(
TextWriter Output,
DataTable New_Items,
Custom_Tracer Tracer
) |
Parameters
- Output
- Type: System.IO..::..TextWriter
Stream to which to write the HTML for this subwriter
- New_Items
- Type: System.Data..::..DataTable
The list of recently added/changed items to display
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also