Admin_HtmlSubwriter.Add_Controls Method
Add controls directly to the form in the main control area placeholder
Namespace: SobekCM.Library.HTMLAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add_Controls(
PlaceHolder MainPlaceHolder,
Custom_Tracer Tracer
) |
Parameters
- MainPlaceHolder
- Type: System.Web.UI.WebControls..::..PlaceHolder
Main place holder ( "mainPlaceHolder" ) 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