Table of Contents

Class UsersEditor

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

Represents a multiple Users editor.

[Editor("Users")]
public class UsersEditor : Editor
Inheritance
UsersEditor
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 a collection of UserViewModel.

public override object GetViewModelValue(object value)

Parameters

value object

Returns

object

The collection of UserViewModel.

RenderValue(EditorRenderingContext)

Renders value.

public override void RenderValue(EditorRenderingContext context)

Parameters

context EditorRenderingContext

Editor rendering context.

To top