QDVGantt.EmptyGantt Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.EmptyGantt instead.
Parameters
- PostConfirmationMessage
- bool
When true, posts a confirmation message saying "X tasks are about to be deleted. Confirm?"
- ErrorNumber
- int
Optional. The default value is ErrorIDs.OK. Returns the number of the error.
- ErrorMessage
- string
Optional. The default value is "". Returns the error message.
Return Value
boolReturns false on when user cancels, false when any error occurs and true when is succeeds.