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).
Syntax
C#
public IDialogResult<ProjectInfo> ImportChild(Stream content);
Returns
Returns the ProjectInfo of the imported project after a successfull import or null after a failed import.