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

Checks whether a Project can be imported.

Syntax
C#
IOperationInfo CanImportChild(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 a IOperationInfo.

Copyright © 2022. All rights reserved.