The protection mode or rights associated with this entry.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
public enum ProtectionMode |
| Visual Basic |
|---|
Public Enumeration ProtectionMode |
| Visual C++ |
|---|
public enum class ProtectionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| List | 0 | ||
| Read | 1 | ||
| Open | 2 | ||
| Write | 3 | ||
| Admin | 4 | ||
| Super | 5 | ||
| Review | 6 | ||
| ReadRights | 7 | ||
| BranchRights | 8 | ||
| OpenRights | 9 | ||
| WriteRights | 10 |