FilesCmdFlags Enumeration
|
Flags for the files command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum FilesCmdFlags
<FlagsAttribute>
Public Enumeration FilesCmdFlags
[FlagsAttribute]
public enum class FilesCmdFlags
[<FlagsAttribute>]
type FilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| AllRevisions | 1 |
The -a flag displays all revisions within the specific range, rather
than just the highest revision in the range.
|
| IncludeArchives | 2 |
The -A flag displays files in archive depots.
|
See Also