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

Finds a project by the project guid.

Syntax
C#
public Project GetProjectByGuid(Guid projectGuid);
Parameters
Description
Guid projectGuid
Guid of the project to find.

Returns a Project or throws a ChildNotFoundException if the project was not found.

Copyright © 2021 Orgadata AG. All rights reserved.