| OpenChildNodesScreenAction Constructor (String, String, String, Boolean) |
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax public OpenChildNodesScreenAction(
string navigatorName,
string rootNodeId,
string title,
bool allowFilter
)
Public Sub New (
navigatorName As String,
rootNodeId As String,
title As String,
allowFilter As Boolean
)
Parameters
- navigatorName
- Type: SystemString
- rootNodeId
- Type: SystemString
- title
- Type: SystemString
- allowFilter
- Type: SystemBoolean
See Also