IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

DeleteClient Method

Deletes a client from the user list.

Object Oriented Interface

public function doDeleteClient($userid);

Procedural Interface

ipworkscloud_sharefile_do_deleteclient($res, $userid);

Remarks

Deletes a client from the user list. Must call ListUsers before the User* properties will be updated. UserId is the id for the user that is going to be deleted.

// Deletes the first user.
shareFile.ListUsers();
string UserId = shareFile.Users[0].Id;
shareFile.DeleteClient(UserId);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]