Initializes a new instance of the FileIntegrationRecord class

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

Syntax

C#
public FileIntegrationRecord(
	FileSpec fromfile,
	FileSpec tofile,
	IntegrateAction how,
	int changeid
)
Visual Basic
Public Sub New ( _
	fromfile As FileSpec, _
	tofile As FileSpec, _
	how As IntegrateAction, _
	changeid As Integer _
)
Visual C++
public:
FileIntegrationRecord(
	FileSpec^ fromfile, 
	FileSpec^ tofile, 
	IntegrateAction how, 
	int changeid
)

Parameters

fromfile
Type: Perforce.P4..::..FileSpec
tofile
Type: Perforce.P4..::..FileSpec
how
Type: IntegrateAction
changeid
Type: System..::..Int32

See Also