[This is preliminary documentation and is subject to change.]

Flags for the triggers command.

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

Syntax

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

Members

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

See Also