Flags for the info command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum InfoCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration InfoCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class InfoCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| Short | 1 | The -s option produces 'short' output that omits any information that requires a database lookup such as the client root). |