Flags for the files 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 GetDepotFilesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetDepotFilesCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetDepotFilesCmdFlags

Members

Member nameValueDescription
None0 No flags.
AllRevisions1 The -a flag displays all revisions within the specific range, rather than just the highest revision in the range.
InArchiveDepots2 The -A flag displays files in archive depots.
NotDeleted4 The -e flag displays files with an action of anything other than deleted, purged or archived. Typically this revision is always available to sync or integrate from.
InUnloadDepot8 The -U option displays files in the unload depot (see 'p4 help unload' for more information about the unload depot).

See Also