Click or drag to resize

GetDepotDirsCmdFlags Enumeration

Flags for the dirs command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum GetDepotDirsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
CurrentClientOnly1 The -C flag lists only directories that fall within the current client view.
IncludeDeletedFilesDirs2 The -D flag includes directories containing only deleted files.
SyncedDirs4 The -H flag lists directories containing files synced to the current client workspace.
See Also