Click or drag to resize

LabelsCmdFlags Enumeration

Flags for the labels command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum LabelsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Time1 The -t flag displays the time as well as the date.
IgnoreCase2 The -e nameFilter flag lists labels with a name that matches the nameFilter pattern, for example: -e 'label*'. -E makes the matching case-insensitive.
Unloaded4 The -U flag lists unloaded labels (see 'p4 help unload').
All8 The -a flag specifies that all labels should be displayed, not just those that are bound to this server.
See Also