You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Project Class > Project Methods > Project.GetProjectInformationContainer Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Project.GetProjectInformationContainer Method

Returns the project information container to the given project information type (IProjectInformationType). The ProjectInformationContainer allows access to the items of the corresponding project information.

Syntax
C#
public ProjectInformationContainer GetProjectInformationContainer(IProjectInformationType projectInformationType);
Parameters
Description
IProjectInformationType projectInformationType
The type for the project information to get.

The ProjectInformationContainer object. The lifetime of this object must be administrated outside and can only be used, if the Project instance exists.

Copyright © 2019. All rights reserved.