You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > IProjectCenterUi Interface > IProjectCenterUi Methods > ImportChild Method > IProjectCenterUi.ImportChild Method (Stream, IDictionary<string, object>)
IProjectCenterUi.ImportChild Method (Stream, IDictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
IProjectCenterUi.ImportChild Method (Stream, IDictionary<string, object>)

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#
IDialogResult<IImportProjectResult> ImportChild(Stream content, IDictionary<string, object> parameters);
Parameters
Description
Stream content
The data to be imported.
IDictionary<string, object> parameters
A collection of parameters to configure the import. WellKnownParameterKeys.ProjectCenter.CreateChild

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

Copyright © 2020. All rights reserved.