Flags for the branches command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum BranchSpecsCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration BranchSpecsCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class BranchSpecsCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| Time | 1 | The -t flag displays the time as well as the date. | |
| IgnoreCase | 2 | The -e nameFilter flag lists branchspecs with a name that matches the nameFilter pattern, for example: -e 'branchspec*'. -E makes the matching case-insensitive. |