Table of Contents

Class ScreenPresetSetUserSpecifiedCommand

Namespace
Dynamicweb.CoreUI.Data.ScreenConfiguration
Assembly
Dynamicweb.CoreUI.dll
public sealed class ScreenPresetSetUserSpecifiedCommand : CommandBase<ScreenPresetDataModel>
Inheritance
ScreenPresetSetUserSpecifiedCommand
Inherited Members

Properties

ModelType

public string ModelType { get; set; }

Property Value

string

ScreenType

public string ScreenType { get; set; }

Property Value

string

Methods

Handle()

public override CommandResult Handle()

Returns

CommandResult
To top