[This is preliminary documentation and is subject to change.]
Flags for the shelve command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
[FlagsAttribute] public enum ShelveFilesCmdFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ShelveFilesCmdFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class ShelveFilesCmdFlags |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
Force | 1 | The -f (force) flag must be used with the -c or -i flag to overwrite any existing shelved files in a pending changelist. | |
Replace | 2 | The -r flag (used with -c or -i) enables you to replace all shelved files in that changelist with the files opened in your own workspace at that changelist number. Only the user and client workspace of the pending changelist can replace its shelved files. | |
Delete | 4 | The -d flag (used with -c) deletes the shelved files in the specified changelist so that they can no longer be unshelved. By default, only the user and client of the pending changelist can delete its shelved files. A user with 'admin' access can delete shelved files by including the -f flag to force the operation. |