[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()
Visual Basic
Public Function NewChangelist As Changelist
Visual C++
public:
Changelist^ NewChangelist()

Return Value

New changelist

Remarks

Guarantees that any custom values are set

See Also