FriendshipsGetOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
FriendshipsGetOptions
Telligent.Evolution.Extensibility.Api.Version1
class FriendshipsGetOptions { int? FriendId { get; set; } string FriendName { get; set; } int? UserId { get; set; } string Username { get; set; } }
int?
string