Click or drag to resize

Changelist Constructor (Int32, Boolean)

Create a new numbered changelist

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public Changelist(
	int id,
	bool pending
)

Parameters

id
Type: SystemInt32
pending
Type: SystemBoolean
See Also