Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.UploadLocation

TElOneDriveDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Size    

Discuss this help topic in SecureBlackbox Forum