Flags for the fixes command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetFixesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetFixesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetFixesCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| IncludeIntegrations | 1 | The -C flag lists only directories that fall within the current client view. |