LabelsCmdFlags Enumeration
|
Flags for the labels command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum LabelsCmdFlags
<FlagsAttribute>
Public Enumeration LabelsCmdFlags
[FlagsAttribute]
public enum class LabelsCmdFlags
[<FlagsAttribute>]
type LabelsCmdFlags
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 labels with a name that matches
the nameFilter pattern, for example: -e 'label*'. -E makes
the matching case-insensitive.
|
| Unloaded | 4 |
The -U flag lists unloaded labels (see 'p4 help unload').
|
| All | 8 |
The -a flag specifies that all labels should be displayed,
not just those that are bound to this server.
|
| UserCaseInsensitive | 16 |
The --user-case-insensitive flag specifies that all labels
should be displayed for given user considering user value
as case insensitive even for a case-sensitive server.
|
See Also