QDVGantt.GetChildIDsOfGroup Method

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

Returns identifiers of all items (tasks or groups) being children of a group.
[Obsolete("Use Qdv.UserApi.IGantt.GetChildIDsOfGroup instead.")] 
public List<string> GetChildIDsOfGroup( 
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 from which you want to get children.

ErrorNumber
int

ErrorMessage
string

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

Return Value

List<string>

Returns a list of strings containing unique identifiers to all child tasks.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition