Class UserGroupViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
UserViewModel represents the rendering context used when a user group is rendered.
public sealed class UserGroupViewModel : ViewModelBase
- Inheritance
-
UserGroupViewModel
- Inherited Members
- Extension Methods
Properties
Id
Gets or sets the identifier.
public int Id { get; set; }
Property Value
- int
The identifier.
Image
Gets or sets the image.
public string? Image { get; set; }
Property Value
- string
The image.
Name
Gets or sets the group name.
public string? Name { get; set; }
Property Value
- string
The group name.