alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved