IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

DeleteLink Method

Deletes the link specified by the LinkId.

Object Oriented Interface

public function doDeleteLink($linkid);

Procedural Interface

ipworkscloud_sharefile_do_deletelink($res, $linkid);

Remarks

Deletes the link specified by the LinkId permanently. The Link* properties will not be updated until the ListLinks method is called.

// Deletes the first link.
shareFile.ListLinks();
string LinkId = shareFile.Link[0].Id;
shareFile.DeleteLink(LinkId);

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