| RefreshNavigatorNodeActionCreateTNavigatorPresenter, TNode, TChildNode Method (String, Boolean, String) |
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax public static RefreshNavigatorNodeAction Create<TNavigatorPresenter, TNode, TChildNode>(
string entryId,
bool forceExpandNode,
string childEntryIdToSelect
)
Public Shared Function Create(Of TNavigatorPresenter, TNode, TChildNode) (
entryId As String,
forceExpandNode As Boolean,
childEntryIdToSelect As String
) As RefreshNavigatorNodeAction
Parameters
- entryId
- Type: SystemString
- forceExpandNode
- Type: SystemBoolean
- childEntryIdToSelect
- Type: SystemString
Type Parameters
- TNavigatorPresenter
- TNode
- TChildNode
Return Value
Type:
RefreshNavigatorNodeActionSee Also