Initializes a new instance of the File class

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

Syntax

C#
public File(
	DepotPath depotPath,
	ClientPath clientPath,
	Revision rev,
	Revision haveRev,
	int change,
	FileAction action,
	FileType type,
	DateTime submittime,
	string user,
	string client
)
Visual Basic
Public Sub New ( _
	depotPath As DepotPath, _
	clientPath As ClientPath, _
	rev As Revision, _
	haveRev As Revision, _
	change As Integer, _
	action As FileAction, _
	type As FileType, _
	submittime As DateTime, _
	user As String, _
	client As String _
)
Visual C++
public:
File(
	DepotPath^ depotPath, 
	ClientPath^ clientPath, 
	Revision^ rev, 
	Revision^ haveRev, 
	int change, 
	FileAction action, 
	FileType^ type, 
	DateTime submittime, 
	String^ user, 
	String^ client
)

See Also