QDVGantt.RemoveGanttItem (Boolean, String, ref String) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.RemoveGanttItem instead.

Removes the Gantt item whose unique identifier is provided.
[Obsolete("Use Qdv.UserApi.IGantt.RemoveGanttItem instead.")] 
public int RemoveGanttItem( 
bool ShowConfirmationMessage
string UniqueIdentifier
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

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

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition