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