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

Create a new empty changelist object using a blank spec returned by the server

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

Syntax

C#
public Changelist NewChangelist(
	int Id
)
Visual Basic
Public Function NewChangelist ( _
	Id As Integer _
) As Changelist
Visual C++
public:
Changelist^ NewChangelist(
	int Id
)

Parameters

Id
Type: System..::..Int32
Id of the new changelist

Return Value

New changelist

Remarks

Guarantees that any custom values are set

See Also