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 FilesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FilesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class FilesCmdFlags |
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. | |
| IncludeArchives | 2 | The -A flag displays files in archive depots. |