Flags for the info command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum InfoCmdFlags
<FlagsAttribute>
Public Enumeration InfoCmdFlags
[FlagsAttribute]
public enum class InfoCmdFlags
[<FlagsAttribute>]
type 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).
|
See Also