GetTypeMapCmdFlags Enumeration
|
Flags for the typemap command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetTypeMapCmdFlags
<FlagsAttribute>
Public Enumeration GetTypeMapCmdFlags
[FlagsAttribute]
public enum class GetTypeMapCmdFlags
[<FlagsAttribute>]
type GetTypeMapCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Output | 1 |
The -o flag writes the typemap table to the standard output.
The user's editor is not invoked.
|
| Input | 2 |
The -i flag writes the typemap table from the standard input.
The user's editor is not invoked.
|
See Also