ForumRepliesDeleteOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumRepliesDeleteOptions
{
bool? DeleteChildren { get; set; }
string DeleteReason { get; set; }
bool? SendAuthorDeleteNotification { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| DeleteChildren | bool? | Deletes the reply's children | ||
| DeleteReason | string | Reason for deleting the reply | ||
| SendAuthorDeleteNotification | bool? | Sends author a delete notification |