Deletes a project based on the project info. During the deletion process, user interfaces can be displayed inside this method for further control. If the project already is in the recycle bin (see IProjectInfo.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.
Delete projects based on the given list of IProjectInfo. During the deletion process, user interfaces can be displayed inside this method for further control. 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.
Deletes a project based on the project info. During the deletion process, user interfaces can be displayed inside this method for further control. The project will be deleted permanently. You can use DeleteChild or DeleteChildren if a project should not be deleted permanently on the first call.
Force delete projects based on the given list of IProjectInfo. During the deletion process, user interfaces can be displayed inside this method for further control. The given entries will be deleted permanently. You can use DeleteChildren, if the entries should not be deleted permanently on the first call.
Imports a project from the provided content. It is possible to import a project with a *.LOB file (ExportChild. Additional formats to import are specified in the "Public API Documentation" (Confluence).
Imports a project from the provided content. It is possible to import a project with a *.LOB file (ExportChild. Additional formats to import are specified in the "Public API Documentation" (Confluence).