Class ProtectionType
Specifies the type of protection.
Inheritance
System.Object
ProtectionType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class ProtectionType : Enum
Fields
CommentsOnly
Allow only comments to be added to the document.
Declaration
public const ProtectionType CommentsOnly
Field Value
Type |
---|
ProtectionType |
FormFieldsOnly
Allow content to be added to the document only through form fields.
Declaration
public const ProtectionType FormFieldsOnly
Field Value
Type |
---|
ProtectionType |
NoProtection
Do not apply protection to the document.
Declaration
public const ProtectionType NoProtection
Field Value
Type |
---|
ProtectionType |
ReadOnly
Allow read-only access to the document.
Declaration
public const ProtectionType ReadOnly
Field Value
Type |
---|
ProtectionType |
RevisionsOnly
Allow only revisions to be made to existing content. All the changes will be tracked.
Declaration
public const ProtectionType RevisionsOnly
Field Value
Type |
---|
ProtectionType |