Table of Contents

Class ListActionNodeExtensions

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public static class ListActionNodeExtensions
Inheritance
ListActionNodeExtensions
Inherited Members

Methods

WithSelectionDependency(ListActionNode?)

Sets the selection dependency for the action node.

public static ListActionNode? WithSelectionDependency(this ListActionNode? actionNode)

Parameters

actionNode ListActionNode

Returns

ListActionNode

WithSelectionDependency(ListActionNode?, bool)

Sets the selection dependency for the action node.

public static ListActionNode? WithSelectionDependency(this ListActionNode? actionNode, bool selectionDependent)

Parameters

actionNode ListActionNode
selectionDependent bool

Returns

ListActionNode
To top