Enum ProtectionMode
Describes possible editing restrictions.
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum ProtectionMode
AllowComments
Specifies that working with comments is allowed in addition to editing in permission ranges.
NoProtection
Specifies that no editing restrictions are applied.
ReadOnly
Specifies that editing is allowed only in permission regions.