Click or drag to resize

P4ServerGetTicketFileCredential Method

Use the C++ API to find an existing ticket if a file will be ignored

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static Credential GetTicketFileCredential(
	string port,
	string user
)

Parameters

port
Type: SystemString
server:port for the connection
user
Type: SystemString
user name for the connection

Return Value

Type: Credential
The existing ticket if any
See Also