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

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

Syntax
C#
public IDialogResult ExportChildren(IEnumerable<IProjectInfo> projects, Dictionary<string, object> parameters);
Parameters
Description
IEnumerable<IProjectInfo> projects
The list of IProjectInfo to be exported.
Dictionary<string, object> parameters
The parameters for the export. For more information see WellKnownParameterKeys.ProjectCenter.Export
Copyright © 2020. All rights reserved.