Permanently delete Log from the database.

Syntax

finLogs.DeletePk(logClass, logPk, [deleteChildLogs], [deleteFiles])

Parameters

NameTypeOptionalByRefDescription
logClass isefinLogClass The Class of Log to delete.
logPk Integer The primary key of the item to delete.
deleteChildLogs Boolean Optional Indicates whether Child Logs should be deleted. 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

A Boolean value indicating success.

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