Determines whether the action node contains any child actions.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool HasChildren() |
Visual Basic |
---|
Public Function HasChildren As Boolean |
Return Value
True if child actions exist, false if child actions do not exist.
Remarks
Each action may contain one or more child actions in the
Actions property. When displayed via
the Actions control, these subactions are
shown as sub-menus.