QDVGantt.GetChildIDsOfGroup Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.GetChildIDsOfGroup instead.
Parameters
- IdentifierToParentGroup
- string
The unique identifier to the parent group from which you want to get children.
- ErrorNumber
- int
- ErrorIDs.OK - Operation OK
- ErrorIDs.NoGanttGroupWithIdentifier - Identifier doesn't match any existing group.
- 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.