Enum EditingGroup
Describes possible types of permission for user groups.
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum EditingGroup
Administrators
Specifies that only user(s) who the viewing application associates with the Administrators group shall be allowed to edit the contents between the start and end permission ranges when document protection is being enforced.
Contributors
Specifies that only user(s) who the viewing application associates with the Contributors group shall be allowed to edit the contents between the start and end permission ranges when document protection is being enforced.
Current
Specifies that only user(s) who the viewing application associates with the Current group shall be allowed to edit the contents between the start and end permission ranges when document protection is being enforced.
Editors
Specifies that only user(s) who the viewing application associates with the Editors group shall be allowed to edit the contents between the start and end permission ranges when document protection is being enforced.
Everyone
Specifies that all users that open the document shall be allowed to edit range permissions using this editing group when document protection is being enforced.
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 being enforced.
Owners
Specifies that only user(s) who the viewing application associates with the Owners group shall be allowed to edit the contents between the start and end permission ranges when document protection is being enforced.