Class ItemNotification.UserEditorArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the user editor item.
public class ItemNotification.UserEditorArgs : ItemNotification.ItemUpdateArgs
- Inheritance
-
ItemNotification.UserEditorArgs
- Inherited Members
Constructors
UserEditorArgs(EditorRenderingContext, UserCollection)
Initializes a new instance of an object.
public UserEditorArgs(EditorRenderingContext context, UserCollection users)
Parameters
context
EditorRenderingContext- Editor rendering context
users
UserCollection- Users to render
Fields
Context
Editor rendering context
public EditorRenderingContext Context
Field Value
Users
Users to render
public UserCollection Users