Click or drag to resize

DeleteFilesCmdFlags Enumeration

Flags for the delete command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum DeleteFilesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
PreviewOnly1 The -n flag, displays a preview of the operation without changing any files or metadata.
DeleteUnsynced2 The -v flag, enables you to delete files that are not synced to the client workspace.
ServerOnly4 The -k flag performs the delete on the server without modifying client files. Use with caution, as an incorrect delete can cause discrepancies between the state of the client and the corresponding server metadata.
See Also