Table of Contents

Class NavigateAreaActionParameters

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

Properties

Area

public string Area { get; set; }

Property Value

string

ForceReload

public bool ForceReload { get; set; }

Property Value

bool

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase

ScreenType

public string ScreenType { get; set; }

Property Value

string
To top