FollowsGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class FollowsGetOptions { int? FollowingId { get; set; } string FollowingName { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
FollowingId | int? | Id of the followed user. Either FollowingId or FollowerName is required. | ||
FollowingName | string | Username of the followed user. Either FollowingId or FollowerName is required. |