You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > ICoreObjectFactory Interface
> ICoreObjectFactory Methods > ICoreObjectFactory.GetProjectCenter Method
Close
Ofcas.Lk.Api.Client - Version 3.0.2
ICoreObjectFactory.GetProjectCenter Method

Gets an IProjectCenter based on the stated IProjectCenterInfo and the stated IProjectDirectoryInfo.

Syntax
C#
ICoreObjectResult<IProjectCenter> GetProjectCenter(IProjectCenterInfo projectCenterInfo, IProjectDirectoryInfo projectDirectoryInfo);
Parameters
Description
IProjectCenterInfo projectCenterInfo
The IProjectCenterInfo to the IProjectCenter to be retrieved.
IProjectDirectoryInfo projectDirectoryInfo
The IProjectDirectoryInfo to the IProjectCenter to be retrieved.

Returns the IProjectCenter based on the stated IProjectCenterInfo and the stated IProjectDirectoryInfo.

Copyright © 2022. All rights reserved.