Request body for creating a persistent lock on a document.

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

Implemented by

Properties

Properties

comment?: string

An optional comment for the persistent lock.

extent?: string

The lock extent. One of: Page, Edoc, Metadata, All. Defaults to All when omitted.