Click or drag to resize

Trigger Constructor

Initializes a new instance of the Trigger class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public Trigger(
	string name,
	int order,
	TriggerType type,
	string path,
	string command
)

Parameters

name
Type: SystemString
order
Type: SystemInt32
type
Type: Perforce.P4TriggerType
path
Type: SystemString
command
Type: SystemString
See Also