[]
Deletes this comment from the parent Body.
public override void Delete()
Public Overrides Sub Delete()
Deletes this comment and optionally all replies associated with it from the parent Body.
public void Delete(bool includeReplies)
Public Sub Delete(includeReplies As Boolean)
Type | Name | Description |
---|---|---|
bool | includeReplies | Indicates whether to delete all replies associated with this comment. |