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

Flags for the protect 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 GetProtectionTableCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetProtectionTableCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetProtectionTableCmdFlags

Members

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

See Also