New to Telerik Document ProcessingStart a free 30-day trial

Defines user group categories that control editing permissions within protected document ranges.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Protection

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum EditingGroup

Fields

Restricts editing within associated permission ranges to users in the Administrators group when protection is enforced.

C#
Administrators = 2

Restricts editing within associated permission ranges to users in the Contributors group when protection is enforced.

C#
Contributors = 3

Restricts editing within associated permission ranges to users in the Current group when protection is enforced.

C#
Current = 6

Restricts editing within associated permission ranges to users in the Editors group when protection is enforced.

C#
Editors = 4

Allows all users to edit content within associated permission ranges when protection is enforced.

C#
Everyone = 1

Prevents all users from editing content within associated permission ranges when protection is enforced.

C#
None = 0

Restricts editing within associated permission ranges to users in the Owners group when protection is enforced.

C#
Owners = 5