Flags for the unshelve command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum UnshelveFilesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration UnshelveFilesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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. |