summaryM:DotNetNuke.UI.WebControls.DNNTreeBuilder.GetChildControlType(System.String,System.Collections.IDictionary)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public override Type GetChildControlType(
	string tagName,
	IDictionary attribs
)
Visual Basic
Public Overrides Function GetChildControlType ( 
	tagName As String,
	attribs As IDictionary
) As Type

Parameters

tagName
Type: System..::..String
paramtagNameM:DotNetNuke.UI.WebControls.DNNTreeBuilder.GetChildControlType(System.String,System.Collections.IDictionary)
attribs
Type: System.Collections..::..IDictionary
paramattribsM:DotNetNuke.UI.WebControls.DNNTreeBuilder.GetChildControlType(System.String,System.Collections.IDictionary)

Return Value

returnsM:DotNetNuke.UI.WebControls.DNNTreeBuilder.GetChildControlType(System.String,System.Collections.IDictionary)

See Also