Click or drag to resize

ClientsCmdFlags Enumeration

Flags for the clients command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum ClientsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
IncludeTime1 The -t flag displays the time as well as the date.
IgnoreCase2 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.
See Also