Class SingleUserGroupEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a User Group editor.
[Editor("User group")]
public class SingleUserGroupEditor : Editor
- Inheritance
-
SingleUserGroupEditor
- 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 an instance of UserGroupViewModel.
public override object? GetViewModelValue(object? value)
Parameters
valueobject
Returns
- object
The instance of UserGroupViewModel, or
null.
RenderValue(EditorRenderingContext)
Renders value.
public override void RenderValue(EditorRenderingContext context)
Parameters
contextEditorRenderingContextEditor rendering context.