QDVGantt.RemoveChildFromGroup Method

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

Removes a child item (task or group) from a group.
[Obsolete("Use Qdv.UserApi.IGantt.RemoveChildFromGroup instead.")] 
public void RemoveChildFromGroup( 
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 of the parent group.

IdentifierToChildItem
string

The unique identifier of the child item to be removed.

ErrorNumber
int

ErrorMessage
string

Returned error message. An empty string means no error.

Remarks
 
The function returns no error when the child item doesn't exist.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition