GetFixesCmdFlags Enumeration
|
Flags for the fixes command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetFixesCmdFlags
<FlagsAttribute>
Public Enumeration GetFixesCmdFlags
[FlagsAttribute]
public enum class GetFixesCmdFlags
[<FlagsAttribute>]
type 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.
|
See Also