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

Edits a document based on a key and a value.

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

Returns an info object of the edited document.

Copyright © 2021 Orgadata AG. All rights reserved.