Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditorGroup Enumeration

In This Topic
    EditorGroup Enumeration
    In This Topic
    The edGrp attribute value of editors specifies that only user(s) who the current application associates with the editors group must be allowed to edit the contents between the start and end markers when document protection is being enforced.
    Syntax
    'Declaration
     
    Public Enum EditorGroup 
       Inherits System.Enum
    public enum EditorGroup : System.Enum 
    Members
    MemberDescription
    Administrators Specifies that users associated with the Administrators group shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Contributors Specifies that users associated with the Contributors group shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Current Specifies that users associated with the Current group shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Editors Specifies that users associated with the Editors group shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Everyone Specifies that all users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.
    None Specifies that none of the users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Owners Specifies that users associated with the Owners group shall be allowed to edit range permissions using this editing group when document protection is enabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.EditorGroup

    See Also