Enum
Lock

Specifies the editing and deletion restrictions applied to structured document tags (content controls) and their content.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum Lock

Fields

ContentLocked

Prevents editing of the content but allows deletion of the structured document tag itself.

Declaration

cs-api-definition
ContentLocked = 2

Field Value

Lock

SdtContentLocked

Prevents both deletion of the structured document tag and editing of its content, providing full protection.

Declaration

cs-api-definition
SdtContentLocked = 3

Field Value

Lock

SdtLocked

Prevents deletion of the structured document tag but allows editing of its content.

Declaration

cs-api-definition
SdtLocked = 1

Field Value

Lock

Unlocked

Allows both deletion of the structured document tag and editing of its content.

Declaration

cs-api-definition
Unlocked = 0

Field Value

Lock