RoleUserCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
RoleUserCreateOptions
Telligent.Evolution.Extensibility.Api.Version1
class RoleUserCreateOptions { int? RoleId { get; set; } string RoleName { get; set; } int? UserId { get; set; } string UserName { get; set; } }
int?
string