QDVGantt.AddChildToGroup Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.AddChildToGroup instead.
Parameters
- IdentifierToParentGroup
- string
The unique identifier to the parent group.
- IdentifierToChildItem
- string
The unique identifier of the child task or group to be added.
- ErrorNumber
- int
- ErrorIDs.OK - Operation OK
- ErrorIDs.NoGanttGroupWithIdentifier - Identifier doesn't match an existing group
- ErrorIDs.NoGanttItemWithIdentifier - Child item doesn't match and existing item
- ErrorIDs.CannotAddGanttItem - General error message. See 'ErrorMessage'
- ErrorMessage
- string
The returned error message. An empty string for no error.
The function returns no error when the child item already exists.