Discuss this help topic in SecureBlackbox Forum

TElOneDriveFile.Source

TElOneDriveFile     See also     


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


The download URL for the file.

Declaration

[C#]
    string Source;

[VB.NET]
    Property Source As String

[Pascal]
    property Source: string;

[C++]
    void get_Source(std::string &OutResult);

[PHP]
    string get_Source()

[Java]
    String getSource();

Description

    Use this property to get the a URL where the file can be downloaded from.

See also:     Read    

Discuss this help topic in SecureBlackbox Forum