QDVGantt.RemoveChildFromGroup Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.RemoveChildFromGroup instead.
Parameters
- IdentifierToParentGroup
- string
The unique identifier of the parent group.
- IdentifierToChildItem
- string
The unique identifier of the child item to be removed.
- ErrorNumber
- int
- ErrorIDs.OK - Operation OK
- ErrorIDs.CannotDeleteGanttItem - General error message, see ErrorMessage
- ErrorIDs.MustBeCalledFromOpenedEstimate - Function was not called from an estimate
- ErrorIDs.GanttIsReadOnly - Gantt is read only
- ErrorIDs.NoGanttGroupWithIdentifier - Identifier doesn't match an existing group
- ErrorMessage
- string
Returned error message. An empty string means no error.
The function returns no error when the child item doesn't exist.