GetOpenedFilesCmdFlags Enumeration
|
Flags for the opened command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax[FlagsAttribute]
public enum GetOpenedFilesCmdFlags
<FlagsAttribute>
Public Enumeration GetOpenedFilesCmdFlags
[FlagsAttribute]
public enum class GetOpenedFilesCmdFlags
[<FlagsAttribute>]
type GetOpenedFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| AllClients | 1 |
The -a flag lists opened files in all clients. By default,
only files opened by the current client are listed.
|
| ShortOutput | 2 |
The -s option produces 'short' and optimized output when used
with the -a (all clients) option. For large repositories '-a'
can take a long time when compared to '-as'.
|
| Exclusive | 4 |
The -x option lists files that are opened 'exclusive'. This
option only applies to a distributed installation where global
tracking of these file types is necessary across servers. The
-x option implies the -a option.
|
See Also