summaryM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)

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

Syntax

C#
public int Add(
	string strID,
	string strKey,
	string strText,
	string strNavigateURL
)
Visual Basic
Public Function Add ( 
	strID As String,
	strKey As String,
	strText As String,
	strNavigateURL As String
) As Integer

Parameters

strID
Type: System..::..String
paramstrIDM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)
strKey
Type: System..::..String
paramstrKeyM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)
strText
Type: System..::..String
paramstrTextM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)
strNavigateURL
Type: System..::..String
paramstrNavigateURLM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.WebControls.TreeNodeCollection.Add(System.String,System.String,System.String,System.String)

See Also