ProtectionMode Enumeration
|
The protection mode or rights associated with this entry.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public enum ProtectionMode
Public Enumeration ProtectionMode
public enum class ProtectionMode
Members
| Member name | Value | Description |
---|
| List | 0 | |
| Read | 1 | |
| Open | 2 | |
| Write | 3 | |
| Admin | 4 | |
| Owner | 5 | |
| Super | 6 | |
| Review | 7 | |
| ReadRights | 8 | |
| BranchRights | 9 | |
| OpenRights | 10 | |
| WriteRights | 11 | |
| None | 12 | |
| ReadStreamSpec | 13 | |
| OpenStreamSpec | 14 | |
| WriteStreamSpec | 15 | |
| ReadStreamSpecRights | 16 | |
| OpenStreamSpecRights | 17 | |
| WriteStreamSpecRights | 18 | |
See Also