Click or drag to resize

ChangesCmdFlags Enumeration

Flags for the changes command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum ChangesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
IncludeIntegrated1 The -i flag also includes any changelists integrated into the specified files.
IncludeTime2 The -t flag displays the time as well as the date.
FullDescription4 The -l flag displays the full text of the changelist descriptions.
LongDescription8 The -L flag displays the changelist descriptions, truncated to 250 characters if longer.
ViewRestricted16 The -f flag enables admin users to view restricted changes.
ReverseOrder32 The -r flag sorts the output in reverse order.
See Also