Table of Contents

Class OpenOutputViewerActionParameters

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

Constructors

OpenOutputViewerActionParameters(string)

public OpenOutputViewerActionParameters(string id)

Parameters

id string

OpenOutputViewerActionParameters(Type)

public OpenOutputViewerActionParameters(Type screenType)

Parameters

screenType Type

Properties

Id

public string Id { get; set; }

Property Value

string
To top