QDVGantt.GetGanttItemFromIdentifier Method

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

Returns a Gantt item from a unique identifier.
[Obsolete("Use Qdv.UserApi.IGantt.GetGanttItemFromIdentifier instead.")] 
public GanttItemInfo GetGanttItemFromIdentifier( 
string UniqueIdentifier
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

UniqueIdentifier
string

Is the unique identifier of the task we want to get.

ErrorNumber
int

ErrorMessage
string

Returned error message. An empty string when no error.

Return Value

GanttItemInfo

Returns an object of type GanttItemInfo which contains information about the item.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition