You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IProjectCenterUi Interface > IProjectCenterUi Methods > ImportChild Method > IProjectCenterUi.ImportChild Method (Stream)
Close
Ofcas.Lk.Api.Client - Version 3.0.2
IProjectCenterUi.ImportChild Method (Stream)

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#
ICoreInfoResult<IProjectInfo> ImportChild(Stream content);
Parameters
Description
Stream content
The data to be imported.

Returns the ProjectInfo of the imported project after a successful import or null after a failed import.

Copyright © 2022. All rights reserved.