| DeleteDepartment Method | |
| See Also Example |
- pIDepartmentParams
- The key of the department to be deleted.
Deletes an existing department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteDepartment( _
ByVal pIDepartmentParams As DepartmentParams _
) |
- pIDepartmentParams
- The key of the department to be deleted.
You cannot delete a department that is linked to a user or employee.
| Deleting a department (C#) | Copy Code | |
|---|---|---|
| ||