ClientsCmdFlags Enumeration
|
Flags for the clients command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum ClientsCmdFlags
<FlagsAttribute>
Public Enumeration ClientsCmdFlags
[FlagsAttribute]
public enum class ClientsCmdFlags
[<FlagsAttribute>]
type ClientsCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| IncludeTime | 1 |
The -t flag displays the time as well as the date.
|
| IgnoreCase | 2 |
The -e nameFilter flag lists workspaces with a name that matches
the nameFilter pattern, for example: -e 'svr-dev-rel*'. -E makes
the matching case-insensitive.
|
| UserCaseInsensitive | 4 |
The --user-case-insensitive flag specifies that all clients
should be displayed for given user considering user value
as case insensitive even for a case-sensitive server.
|
See Also