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

Update the record for a client in 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 UpdateClient(
	Client client
)
Visual Basic
Public Function UpdateClient ( _
	client As Client _
) As Client
Visual C++
public:
Client^ UpdateClient(
	Client^ client
)

Parameters

client
Type: Perforce.P4..::..Client
Client specification for the client being updated

Return Value

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

See Also