GetDepotFilesCmdFlags Enumeration
|
Flags for the files command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.1.265.5426
Syntax [FlagsAttribute]
public enum GetDepotFilesCmdFlags
<FlagsAttribute>
Public Enumeration GetDepotFilesCmdFlags
[FlagsAttribute]
public enum class GetDepotFilesCmdFlags
[<FlagsAttribute>]
type GetDepotFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| AllRevisions | 1 |
The -a flag displays all revisions within the specific range,
rather than just the highest revision in the range.
|
| InArchiveDepots | 2 |
The -A flag displays files in archive depots.
|
| NotDeleted | 4 |
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.
|
| InUnloadDepot | 8 |
The -U option displays files in the unload depot (see 'p4
help unload' for more information about the unload depot).
|
See Also