Flags for the files command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetDepotFilesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetDepotFilesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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). |