GetFileContentsCmdFlags Enumeration
|
Flags for the print command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetFileContentsCmdFlags
<FlagsAttribute>
Public Enumeration GetFileContentsCmdFlags
[FlagsAttribute]
public enum class GetFileContentsCmdFlags
[<FlagsAttribute>]
type 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.
|
See Also