Deletes the Log.

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.

Syntax

finClientLog.Delete([deleteChildLogs], [deleteFiles])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean Implements I_finLog.Delete

A Boolean value indicating success.

Member of:
finClientLog
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0