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

Checks Whether the selected projects can be exported.

Syntax
C#
public IOperationInfo CanExportChildren(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

Returns an IOperationInfo which indicates whether the projects can be exported.

Copyright © 2020. All rights reserved.