RoleUserBeforeDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RoleUserBeforeDeleteEventArgs { string Description { get; } int GroupId { get; } int? Id { get; } string ImageUrl { get; } bool IsAdministratorRole { get; } bool IsContextFree { get; } bool IsRoleIdAssigned { get; } bool IsSystemRole { get; } string Name { get; } Guid? RoleId { get; } int? UserId { get; } string Username { get; } }