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

Checks whether a document can be edited or not.

Syntax
C#
public IOperationInfo CanEdit(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 OperationInfo which indicates if Edit can be executed.

Copyright © 2020. All rights reserved.