RoleUserDeleteOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RoleUserDeleteOptions { int? UserId { get; set; } string UserName { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
UserId | int? | Either UserId or Username is required | ||
UserName | string | Either UserId or Username is required |