QDVGantt.RemoveGanttItem (Boolean, String, ref String) Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.RemoveGanttItem instead.
Parameters
- ShowConfirmationMessage
- bool
When true, prompts user with "Do you want to delete selected taks?"
- UniqueIdentifier
- string
The unique identifier to the Gantt item to be removed.
- ErrorMessage
- string
The localized error message. An empty string = no error
Return Value
int
- ErrorIDs.OK - Operation OK
- ErrorIDs.CannotDeleteGanttItem - Cannot delete Gantt item
- ErrorIDs.CannotDeleteGanttItemInThisContext - Cannot delete in this context
- ErrorIDs.NoGanttItemWithIdentifier - No Gantt item with this reference
- ErrorIDs.MustBeCalledFromOpenedEstimate - Function must be called from an estimate
- ErrorIDs.GanttIsReadOnly - Cannot write to Gantt in this context