Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILockWorkingCopyOptions

Hierarchy

  • ILockWorkingCopyOptions

Index

Properties

Optional duration

duration: undefined | number

The duration in seconds after which the lock will expire. Only applicable for lock type "edit".

Optional force

force: undefined | false | true

Locks the working copy, regardless if it is locked by another user. Only applicable for lock type "edit".

Optional lockId

lockId: undefined | string

The lock ID to use. Only applicable for lock type "edit".

lockType

lockType: LockType

The lock type, which indicates the purpose for which the working copy is locked.

Generated using TypeDoc