Label Command Options

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

Syntax

C#
public LabelCmdOptions(
	LabelCmdFlags flags,
	string template
)
Visual Basic
Public Sub New ( _
	flags As LabelCmdFlags, _
	template As String _
)
Visual C++
public:
LabelCmdOptions(
	LabelCmdFlags flags, 
	String^ template
)

Parameters

flags
Type: Perforce.P4..::..LabelCmdFlags
Label command flags
template
Type: System..::..String
Label template name

See Also