FileSpec Constructor (DepotPath, ClientPath, LocalPath, VersionSpec)
|
Constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public FileSpec(
DepotPath dp,
ClientPath cp,
LocalPath lp,
VersionSpec version
)
Public Sub New (
dp As DepotPath,
cp As ClientPath,
lp As LocalPath,
version As VersionSpec
)
public:
FileSpec(
DepotPath^ dp,
ClientPath^ cp,
LocalPath^ lp,
VersionSpec^ version
)
new :
dp : DepotPath *
cp : ClientPath *
lp : LocalPath *
version : VersionSpec -> FileSpec
Parameters
- dp
- Type: Perforce.P4DepotPath
DepotPath - cp
- Type: Perforce.P4ClientPath
ClientPath - lp
- Type: Perforce.P4LocalPath
LocalPath - version
- Type: Perforce.P4VersionSpec
VersionSpec
See Also