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

Edits an phase based on a key and a value.

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

Returns an info object of the edited phase.

Copyright © 2020. All rights reserved.