ForumThreadsDeleteOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumThreadsDeleteOptions
{
bool? DeleteChildren { get; set; }
string DeleteReason { get; set; }
bool? SendAuthorDeleteNotification { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| DeleteChildren | bool? | Delete Children | ||
| DeleteReason | string | Delete Reason | ||
| SendAuthorDeleteNotification | bool? | Send Author Delete Notification |