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