Flags for the protect command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetProtectionTableCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetProtectionTableCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetProtectionTableCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| Output | 1 | The -o flag writes the protection table to the standard output. The user's editor is not invoked. | |
| Input | 2 | The -i flag writes the protection table from the standard input. The user's editor is not invoked. |