If deleteChildLogs is False and this Log contains children then their ParentLogPk will be nulled so that they are no longer associated with this Log.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| deleteChildLogs | Boolean | Optional | Indicates whether to delete Child Logs i.e. Logs whose Parent is this Log. If omitted, a value of False is assumed. | |
| deleteFiles | Boolean | Optional | Indicates whether Files, including Child Logs if deleteChildLogs=True, should be deleted. If omitted, a value of False is assumed. |
A Boolean value indicating success.