Click or drag to resize

BranchSpecsCmdFlags Enumeration

Flags for the branches command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax
[FlagsAttribute]
public enum BranchSpecsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Time1 The -t flag displays the time as well as the date.
IgnoreCase2 The -e nameFilter flag lists branchspecs with a name that matches the nameFilter pattern, for example: -e 'branchspec*'. -E makes the matching case-insensitive.
UserCaseInsensitive4 The --user-case-insensitive flag specifies that all branches should be displayed for given user considering user value as case insensitive even for a case-sensitive server.
See Also