Initializes a new instance of the RevisionIntegrationSummary class

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

Syntax

C#
public RevisionIntegrationSummary(
	FileSpec fromfile,
	string how
)
Visual Basic
Public Sub New ( _
	fromfile As FileSpec, _
	how As String _
)
Visual C++
public:
RevisionIntegrationSummary(
	FileSpec^ fromfile, 
	String^ how
)

Parameters

fromfile
Type: Perforce.P4..::..FileSpec
how
Type: System..::..String

See Also