Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILockWorkingCopyOptions

Hierarchy

  • ILockWorkingCopyOptions

Index

Properties

duration?: number

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

force?: boolean

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

lockId?: string

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

lockType: LockType

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

Generated using TypeDoc