Click or drag to resize

GetFileContentsCmdFlags Enumeration

Flags for the print command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum 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