Flags for the typemap command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum GetTypeMapCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetTypeMapCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetTypeMapCmdFlags

Members

Member nameValueDescription
None0 No flags.
Output1 The -o flag writes the typemap table to the standard output. The user's editor is not invoked.
Input2 The -i flag writes the typemap table from the standard input. The user's editor is not invoked.

See Also