Click or drag to resize

LabelSyncCmdFlags Enumeration

Flags for the label sync command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum 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