Constructor given path and version

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

Syntax

C#
public FileSpec(
	PathSpec path,
	VersionSpec version
)
Visual Basic
Public Sub New ( _
	path As PathSpec, _
	version As VersionSpec _
)
Visual C++
public:
FileSpec(
	PathSpec^ path, 
	VersionSpec^ version
)

Parameters

path
Type: Perforce.P4..::..PathSpec
location of the file
version
Type: Perforce.P4..::..VersionSpec
version of the file

See Also