Enum ProtectionType
Specifies the type of protection.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ProtectionType
Fields
| Name | Description |
|---|---|
| CommentsOnly | Allow only comments to be added to the document. |
| FormFieldsOnly | Allow content to be added to the document only through form fields. |
| NoProtection | Do not apply protection to the document. |
| ReadOnly | Allow read-only access to the document. |
| RevisionsOnly | Allow only revisions to be made to existing content. All the changes will be tracked. |