Delete projects based on the given list of IBaseProjectInfo. The projects will be deleted without user interaction. If a project already is in the recycle bin (see IProject.IsInRecycleBin), the project will be deleted permanently. Otherwise the project will be moved to the recycle bin. You can use ForceDeleteChild or ForceDeleteChildren if a project is not in the recycle bin and should be deleted permanently on the first call.
Force delete projects based on the given list of IBaseProjectInfo. The given entries will be deleted permanently and without user interaction. You can use DeleteChildren, if the entries should not be deleted permanently on the first call.