[This is preliminary documentation and is subject to change.]

Flags for the tag command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
[FlagsAttribute]
public enum TagFilesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration TagFilesCmdFlags
Visual C++
[FlagsAttribute]
public enum class TagFilesCmdFlags

Members

Member nameValueDescription
None0 No flags.
Delete1 The -d deletes the association between the specified files and the label, regardless of revision.
ListOnly2 The -n flag previews the results of the operation.

See Also