GetDepotDirsCmdFlags Enumeration
|
Flags for the dirs command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetDepotDirsCmdFlags
<FlagsAttribute>
Public Enumeration GetDepotDirsCmdFlags
[FlagsAttribute]
public enum class GetDepotDirsCmdFlags
[<FlagsAttribute>]
type GetDepotDirsCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| CurrentClientOnly | 1 |
The -C flag lists only directories that fall within the
current client view.
|
| IncludeDeletedFilesDirs | 2 |
The -D flag includes directories containing only deleted
files.
|
| SyncedDirs | 4 |
The -H flag lists directories containing files synced to
the current client workspace.
|
See Also