Item_HtmlSubwriter.Add_Standard_TOC Method
Adds the table of contents as a control in the left navigation bar
Namespace: SobekCM.Library.HTMLAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add_Standard_TOC(
PlaceHolder TocPlaceHolder,
Custom_Tracer Tracer
) |
Parameters
- TocPlaceHolder
- Type: System.Web.UI.WebControls..::..PlaceHolder
TOC place holder ( "tocPlaceHolder" ) in the itemNavForm form, widely used throughout the application
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also