Flags for the opened command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum GetOpenedFilesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetOpenedFilesCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetOpenedFilesCmdFlags

Members

Member nameValueDescription
None0 No flags.
AllClients1 The -a flag lists opened files in all clients. By default, only files opened by the current client are listed.
ShortOutput2 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'.
Exclusive4 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