Flags for the print command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetFileContentsCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetFileContentsCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetFileContentsCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| AllRevisions | 1 | The -a flag prints all revisions within the specified range, rather than just the highest revision in the range. | |
| Suppress | 2 | The -q flag suppresses the initial line that displays the file name and revision. |