Flags for the changes command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ChangesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ChangesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ChangesCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| IncludeIntegrated | 1 | The -i flag also includes any changelists integrated into the specified files. | |
| IncludeTime | 2 | The -t flag displays the time as well as the date. | |
| FullDescription | 4 | The -l flag displays the full text of the changelist descriptions. | |
| LongDescription | 8 | The -L flag displays the changelist descriptions, truncated to 250 characters if longer. | |
| ViewRestricted | 16 | The -f flag enables admin users to view restricted changes. |