DeleteFilesCmdFlags Enumeration
|
Flags for the delete command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum DeleteFilesCmdFlags
<FlagsAttribute>
Public Enumeration DeleteFilesCmdFlags
[FlagsAttribute]
public enum class DeleteFilesCmdFlags
[<FlagsAttribute>]
type DeleteFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| PreviewOnly | 1 |
The -n flag, displays a preview of the operation without changing any
files or metadata.
|
| DeleteUnsynced | 2 |
The -v flag, enables you to delete files that are not synced to the
client workspace.
|
| ServerOnly | 4 |
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