Flags for the changes 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 ChangesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration ChangesCmdFlags
Visual C++
[FlagsAttribute]
public enum class 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.

See Also