Table of Contents

Class ExecuteTreeActionActionParameters

Namespace
Dynamicweb.CoreUI.Actions.Implementations.Components
Assembly
Dynamicweb.CoreUI.dll
public sealed class ExecuteTreeActionActionParameters : ActionParameters
Inheritance
ExecuteTreeActionActionParameters
Inherited Members
Extension Methods

Properties

CommandProperty

public string? CommandProperty { get; set; }

Property Value

string

CommandValue

public string? CommandValue { get; set; }

Property Value

string

QueryProperty

public string? QueryProperty { get; set; }

Property Value

string

QueryValue

public string? QueryValue { get; set; }

Property Value

string
To top