QDVGantt.WriteItemToGanttDiagram Method

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

Inserts or updates Gantt item to Gantt diagram.
[Obsolete("Use Qdv.UserApi.IGantt.WriteItemToGanttDiagram instead.")] 
public string WriteItemToGanttDiagram( 
GanttItemInfo Item
string UniqueIdentifierToExistingItem = "", 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

Item
GanttItemInfo

The item to be inserted or updated.

UniqueIdentifierToExistingItem
string

If for updating, must provide a unique identifier of the item to be updated. A new item is inserted when left blank.

ErrorNumber
int

ErrorMessage
string

Optional. The default value is an empty string.

Return Value

string

Returns the unique identifier to newly created task. If for updating, returns the value of UniqueIdentifierToExistingItem.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition