IGantt.GetChildIDsOfGroup Method
Returns identifiers of all Gantt items (tasks or groups) being children of a Gantt group.
Function GetChildIDsOfGroup( _
ByVal parentGroupIdentifier As String _
) As List(Of String)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
parentGroupIdentifier
-
string
The unique identifier of the parent group
from which you want to get children.
Return Value
List<
string>
Returns a list of strings containing unique identifiers to all child tasks.
Exception type
|
Condition
|
QdvApiException
|
A problem occurred. The exception ID can be set to one of the
following values:
|
Available since QDV 7.13.0001.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2