Enum
ProtectionMode

Specifies the level of editing restrictions enforced when document protection is active.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum ProtectionMode

Fields

AllowComments

Restricts editing to permission ranges and comment insertion, preventing other content modifications.

Declaration

cs-api-definition
AllowComments = 1

Field Value

ProtectionMode

NoProtection

Disables all editing restrictions, allowing unrestricted document modification.

Declaration

cs-api-definition
NoProtection = 0

Field Value

ProtectionMode

ReadOnly

Restricts all editing to defined permission ranges, making the rest of the document read-only.

Declaration

cs-api-definition
ReadOnly = 2

Field Value

ProtectionMode

In this article
DefinitionFieldsAllowCommentsNoProtectionReadOnly
Not finding the help you need?
Contact Support