ForumRepliesGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumRepliesGetOptions { int? ForumId { get; set; } int? ThreadId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ForumId | int? | Id of parent forum | ||
ThreadId | int? | Id of parent forum thread |