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

Exports a Project based on its ProjectInfo and additional parameters. Elevations to export can be chosen via UI.

Syntax
C#
public IDialogResult<Stream> ExportChild(ProjectInfo projectInfo, Dictionary<string, object> parameters);
Parameters
Description
ProjectInfo projectInfo
The info of the project to be exported.
Dictionary<string, object> parameters
The parameters for the export

Returns the stream of the exported project archive.

Copyright © 2020. All rights reserved.