TTMSFNCCustomCloudBox.GetLinkPromise Method
Requests a shared link for an item asynchronously and returns a promise that resolves with the link.
API unit family: TMSFNCCloudBox
Declaring type: TTMSFNCCustomCloudBox
Syntax
function GetLinkPromise(AItem: TTMSFNCCloudBoxItem): IPromise<string>;
Parameters
| Name | Description |
|---|---|
AItem |
Item whose link is requested. |
Returns
A promise that resolves with the link string.