IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

GetLinkInfo Method

Gets information about a specific link.

Object Oriented Interface

public function doGetLinkInfo($linkid);

Procedural Interface

ipworkscloud_sharefile_do_getlinkinfo($res, $linkid);

Remarks

Calling this method will fire the LinkList event, and will populate the Link* properties (clearing any previously-held items in the process). LinkId is the id for the link that the class will get the information for.

string linkId = shareFile.Links[0].Id;
shareFile.GetLinkInfo(linkId);

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