IGantt.AddChildToGroup Method

Adds an existing item (task or group) as a child to a group.
Sub AddChildToGroup( _ 
ByVal parentGroupIdentifier As String, _ 
ByVal childItemIdentifier As String
)
This language is not supported or no code example is available.
void AddChildToGroup( 
string parentGroupIdentifier
string childItemIdentifier 
)
This language is not supported or no code example is available.

Parameters

parentGroupIdentifier
string

The unique identifier of the parent group.

childItemIdentifier
string

The unique identifier of the child task or group to be added.

Exception type Condition

QdvApiException

A problem occurred. The exception ID can be set to one of the following values:

Remarks
 
The function returns no error when the child item already exists.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition