Table of Contents

Class NavigateScreenActionParameters

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

Constructors

NavigateScreenActionParameters(Type?)

public NavigateScreenActionParameters(Type? screenType)

Parameters

screenType Type

Properties

Configuration

public ScreenConfiguration? Configuration { get; set; }

Property Value

ScreenConfiguration

ForceReload

public bool ForceReload { get; set; }

Property Value

bool

ListItemsQueryProperty

public string ListItemsQueryProperty { get; set; }

Property Value

string

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase

Replace

public bool? Replace { get; set; }

Property Value

bool?

Screen

public Dictionary<string, string>? Screen { get; set; }

Property Value

Dictionary<string, string>

ScreenType

public ScreenType? ScreenType { get; set; }

Property Value

ScreenType?

ScreenTypeName

public string ScreenTypeName { get; }

Property Value

string

ShadowEditId

public string ShadowEditId { get; set; }

Property Value

string

Target

public string? Target { get; set; }

Property Value

string
To top