[]
Specifies the type of protection applied to a document.
public enum EditProtectionMode
AllowOnlyComments = 2
Allow only comments to be added to the document.
AllowOnlyFormFields = 4
Allow content to be added to the document only through form fields.
AllowOnlyReading = 1
Allow read-only access to the document.
AllowOnlyRevisions = 3
Allow only revisions to be made to existing content.
NoProtection = 0
No protection is applied to the document.