QDVGantt.ClearAllChildFromGroup Method

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

Removes all child items (task or group) from a group.
[Obsolete("Use Qdv.UserApi.IGantt.RemoveAllChildrenFromGroup instead.")] 
public void ClearAllChildFromGroup( 
string IdentifierToParentGroup
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.

ErrorNumber
int

ErrorMessage
string

Returned error message. An empty string when no error.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition