QDVGantt.AddChildToGroup Method

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

Adds an existing item (task or group) as a child to a group.
[Obsolete("Use Qdv.UserApi.IGantt.AddChildToGroup instead.")] 
public void AddChildToGroup( 
string IdentifierToParentGroup
string IdentifierToChildItem
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

IdentifierToParentGroup
string

The unique identifier to the parent group.

IdentifierToChildItem
string

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

ErrorNumber
int

ErrorMessage
string

The returned error message. An empty string for no error.

Remarks
 
The function returns no error when the child item already exists.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition