Flags for the label sync 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 LabelSyncCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration LabelSyncCmdFlags
Visual C++
[FlagsAttribute]
public enum class LabelSyncCmdFlags

Members

Member nameValueDescription
None0 No flags.
AddFile1 The -a flag adds the specified file to the label.
DeleteFile2 The -d deletes the specified file from the label, regardless of revision.
Preview4 The -n flag previews the operation without altering the label.
Quiet8 The -q flag suppresses normal output messages. Messages regarding errors or exceptional conditions are displayed.

See Also