LabelSyncCmdFlags Enumeration
|
Flags for the label sync command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum LabelSyncCmdFlags
<FlagsAttribute>
Public Enumeration LabelSyncCmdFlags
[FlagsAttribute]
public enum class LabelSyncCmdFlags
[<FlagsAttribute>]
type LabelSyncCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| AddFile | 1 |
The -a flag adds the specified file to the label.
|
| DeleteFile | 2 |
The -d deletes the specified file from the label, regardless of
revision.
|
| Preview | 4 |
The -n flag previews the operation without altering the label.
|
| Quiet | 8 |
The -q flag suppresses normal output messages. Messages regarding
errors or exceptional conditions are displayed.
|
See Also