Flags for the unshelve command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum UnshelveFilesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration UnshelveFilesCmdFlags
Visual C++
[FlagsAttribute]
public enum class 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