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

Edits a project based on a key and a value.

Syntax
C#
public override ProjectInfo Edit(string key, object value);
Parameters
Description
string key
The key of the value to be edited. See WellKnownEditKeys.Project for all available edit keys.
object value
The value to be set.

Returns an info object of the edited project.

Copyright © 2020. All rights reserved.