Class UserGroupsEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a multiple Users Groups editor.
[Editor("User groups")]
public class UserGroupsEditor : Editor
- Inheritance
-
UserGroupsEditor
- Inherited Members
Properties
DataType
Gets the data type for this editor.
public override Type DataType { get; }
Property Value
Methods
GetViewModelValue(object)
Gets the value as a collection of UserGroupViewModel.
public override object GetViewModelValue(object value)
Parameters
value
object
Returns
- object
The collection of UserGroupViewModel.
RenderValue(EditorRenderingContext)
Renders value.
public override void RenderValue(EditorRenderingContext context)
Parameters
context
EditorRenderingContextEditor rendering context.