Enums/EditRestrictions.ps1
1 2 3 4 5 6 7 8 |
enum EditRestrictions { none readOnly forms comments trackedChanges } |
1 2 3 4 5 6 7 8 |
enum EditRestrictions { none readOnly forms comments trackedChanges } |