Click or drag to resize

UserRemovedEventData Class

Contains specific event-related information.
Inheritance Hierarchy
SystemObject
  MattermostDriverUserRemovedEventData

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public class Data

The UserRemovedEventData type exposes the following members.

Constructors
  NameDescription
Public methodUserRemovedEventData
Initializes a new instance of the UserRemovedEventData class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldremover_id
The ID of the user who removed this user.
Public fielduser_id
The user's ID.
Top
See Also