You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectCenterUi Class > ProjectCenterUi Methods > ProjectCenterUi.ImportChild Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectCenterUi.ImportChild Method

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 the ProjectInfo of the imported project after a successfull import or null after a failed import.

Copyright © 2019. All rights reserved.