UnshelveFilesCmdFlags Enumeration
|
Flags for the unshelve command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum UnshelveFilesCmdFlags
<FlagsAttribute>
Public Enumeration UnshelveFilesCmdFlags
[FlagsAttribute]
public enum class UnshelveFilesCmdFlags
[<FlagsAttribute>]
type UnshelveFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Force | 1 |
The -f flag forces the clobbering of any writeable but unopened files
that are being unshelved.
|
| Preview | 2 |
The -n flag previews the operation without changing any files or
metadata.
|
See Also