Content created on the site must implement this interface for the social services to support it.
ThreadedForumReply
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ThreadedForumReply { int ChildCount { get; } ApiList<ThreadedForumReply> Children { get; } int EffectiveDepth { get; } int NextSiblingCount { get; } int PreviousSiblingCount { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ChildCount | int | |||
Children | ApiList<ThreadedForumReply> | |||
EffectiveDepth | int | |||
NextSiblingCount | int | |||
PreviousSiblingCount | int |