FileSpecDepotSpec Method (String, Int32)
|
Create a FileSpec given a depot path and revision
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static FileSpec DepotSpec(
string path,
int rev
)
Public Shared Function DepotSpec (
path As String,
rev As Integer
) As FileSpec
public:
static FileSpec^ DepotSpec(
String^ path,
int rev
)
static member DepotSpec :
path : string *
rev : int -> FileSpec
Parameters
- path
- Type: SystemString
depot path - rev
- Type: SystemInt32
revision
Return Value
Type:
FileSpecSee Also