TagFilesCmdFlags Enumeration
|
Flags for the tag command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum TagFilesCmdFlags
<FlagsAttribute>
Public Enumeration TagFilesCmdFlags
[FlagsAttribute]
public enum class TagFilesCmdFlags
[<FlagsAttribute>]
type TagFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Delete | 1 |
The -d deletes the association between the specified files and the
label, regardless of revision.
|
| ListOnly | 2 |
The -n flag previews the results of the operation.
|
See Also