Click or drag to resize

UnshelveFilesCmdFlags Enumeration

Flags for the unshelve command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum UnshelveFilesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Force1 The -f flag forces the clobbering of any writeable but unopened files that are being unshelved.
Preview2 The -n flag previews the operation without changing any files or metadata.
See Also