Flags for the print command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum GetFileContentsCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetFileContentsCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetFileContentsCmdFlags

Members

Member nameValueDescription
None0 No flags.
AllRevisions1 The -a flag prints all revisions within the specified range, rather than just the highest revision in the range.
Suppress2 The -q flag suppresses the initial line that displays the file name and revision.

See Also