Click or drag to resize

ChangelistIdVersion Class

A revision specifier that is a changelist id.
Inheritance Hierarchy

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class ChangelistIdVersion : VersionSpec

The ChangelistIdVersion type exposes the following members.

Constructors
  NameDescription
Public methodChangelistIdVersion(Int32)
Initializes a new instance of the ChangelistIdVersion class
Public methodChangelistIdVersion(String)
construct ChangelistIdVersion from a string "@42" for instance
Top
Properties
  NameDescription
Public propertyChanglistId
get Version as changelist
Top
Methods
See Also