Request body for creating a persistent lock on a document.

interface ILockDocumentRequest {
    comment?: string;
    extent?: LockExtent;
}

Implemented by

Properties

Properties

comment?: string

An optional comment for the persistent lock.

extent?: LockExtent

The lock extent. Defaults to All when omitted.