Click or drag to resize

SubmitResults Constructor (Int32, Int32, Int32, IListFileSubmitRecord)

Initializes a new instance of the SubmitResults class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public SubmitResults(
	int changeIdBeforeSubmit,
	int filesLockedBySubmit,
	int changeIdAfterSubmit,
	IList<FileSubmitRecord> files
)

Parameters

changeIdBeforeSubmit
Type: SystemInt32
filesLockedBySubmit
Type: SystemInt32
changeIdAfterSubmit
Type: SystemInt32
files
Type: System.Collections.GenericIListFileSubmitRecord
See Also