DisplayControl determines whether the associated Action control should be displayed

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

Syntax

C#
public bool DisplayControl(
	DNNNodeCollection objNodes
)
Visual Basic
Public Function DisplayControl ( 
	objNodes As DNNNodeCollection
) As Boolean

Parameters

objNodes
Type: DotNetNuke.UI.WebControls..::..DNNNodeCollection
paramobjNodesM:DotNetNuke.UI.Containers.ActionManager.DisplayControl(DotNetNuke.UI.WebControls.DNNNodeCollection)

Return Value

returnsM:DotNetNuke.UI.Containers.ActionManager.DisplayControl(DotNetNuke.UI.WebControls.DNNNodeCollection)

See Also