[This is preliminary documentation and is subject to change.]

Get the record for an existing client from the repository.

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

Syntax

C#
public Client GetClient(
	string client,
	Options options
)
Visual Basic
Public Function GetClient ( _
	client As String, _
	options As Options _
) As Client
Visual C++
public:
Client^ GetClient(
	String^ client, 
	Options^ options
)

Parameters

client
Type: System..::..String
Client name
options
Type: Perforce.P4..::..Options
There are no valid flags to use when fetching an existing client

Return Value

The Client object if new client was found, null if creation failed

See Also