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

Delete a 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 void DeleteClient(
	Client client,
	Options options
)
Visual Basic
Public Sub DeleteClient ( _
	client As Client, _
	options As Options _
)
Visual C++
public:
void DeleteClient(
	Client^ client, 
	Options^ options
)

Parameters

client
Type: Perforce.P4..::..Client
The client to be deleted
options
Type: Perforce.P4..::..Options
Only the '-f' flag is valid when deleting an existing client

See Also