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