QDVGantt.ClearAllChildFromGroup Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.RemoveAllChildrenFromGroup instead.
Parameters
- IdentifierToParentGroup
- string
The unique identifier to the parent group.
- ErrorNumber
- int
- ErrorIDs.OK - Operation OK
- ErrorIDs.MustBeCalledFromOpenedEstimate - Function was not called from an estimate
- ErrorIDs.GanttIsReadOnly - Gantt is read only
- ErrorIDs.NoGanttGroupWithIdentifier - Identifier doesn't match any existing group
- ErrorMessage
- string
Returned error message. An empty string when no error.