Table of Contents

Class MediaEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a media editor.

[Editor("Media")]
public sealed class MediaEditor : Editor
Inheritance
MediaEditor
Inherited Members

Properties

DataType

Gets the data type for this editor.

public override Type DataType { get; }

Property Value

Type

Methods

GetViewModelValue(object)

Gets the value as an instance of VideoViewModel

public override object GetViewModelValue(object value)

Parameters

value object

Returns

object
To top