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

Create a new numbered changelist

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

Syntax

C#
public Changelist(
	int id,
	bool pending
)
Visual Basic
Public Sub New ( _
	id As Integer, _
	pending As Boolean _
)
Visual C++
public:
Changelist(
	int id, 
	bool pending
)

Parameters

id
Type: System..::..Int32
pending
Type: System..::..Boolean

See Also