You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > LoginScopeUi Class > LoginScopeUi Methods > GetChild Method > LoginScopeUi.GetChild Method (ProjectCenterInfo, ProjectInfo)
LoginScopeUi.GetChild Method (ProjectCenterInfo, ProjectInfo)
Close
Ofcas.Lk.Api.Client - Version 3.0
LoginScopeUi.GetChild Method (ProjectCenterInfo, ProjectInfo)

Gets a ProjectCenterUi based on a ProjectCenterInfo and a ProjectInfo.

Syntax
C#
public new ProjectCenterUi GetChild(ProjectCenterInfo projectCenterInfo, ProjectInfo projectInfo);
Parameters
Description
ProjectCenterInfo projectCenterInfo
The ProjectCenterInfo of the ProjectCenterUi to be returned.
ProjectInfo projectInfo
The ProjectInfo contained in the ProjectCenterUi to be returned.

Returns a ProjectCenterUi based on the given ProjectCenterInfo and ProjectInfo.

Copyright © 2019. All rights reserved.