OnlineUser
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class OnlineUser { bool? IsOnline { get; set; } IList<string> Locations { get; set; } User User { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
IsOnline Obsolete | bool? | This is replaced by the Presence property on Telligent.Evolution.Extensibility.Api.Entities.Version1.User | ||
Locations Obsolete | IList<string> | This is no longer supported. | ||
User | User |