ResourceDownloadURL Property
The URL used to download the file contents.
Object Oriented Interface
public function getResourceDownloadURL(); public function setResourceDownloadURL($value);
Procedural Interface
incloudstorage_onedrive_get($res, 43 ); incloudstorage_onedrive_set($res, 43, $value );
Default Value
''
Remarks
This property holds the URL that is used to download the file contents. This may optionally be set before calling DownloadFile.
This is populated after calling GetResourceInfo ListResources, and UploadFile.
The URL is a short-lived URL that will expire shortly after being created. Authentication is required to download data from this URL.
This property is not available at design time.
Data Type
String