Discuss this help topic in SecureBlackbox Forum
The URL to upload object's content hosted in OneDrive.
Declaration
[C#]
string UploadLocation;
[VB.NET]
Property UploadLocation As String
[Pascal]
property UploadLocation: string;
[C++]
void get_UploadLocation(std::string &OutResult);
[PHP]
string get_UploadLocation()
[Java]
String getUploadLocation();
Description
Returns the object's upload_location.
The upload_location is not available if the object is an Office OneNote notebook.
Discuss this help topic in SecureBlackbox Forum