Changelist Constructor (Int32, Boolean)
|
Create a new numbered changelist
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Changelist(
int id,
bool pending
)
Public Sub New (
id As Integer,
pending As Boolean
)
public:
Changelist(
int id,
bool pending
)
new :
id : int *
pending : bool -> Changelist
Parameters
- id
- Type: SystemInt32
- pending
- Type: SystemBoolean
See Also