Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.WebContentLink

TElGoogleDriveDataStorageObject     See also     


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


Returns a direct link to the object.

Declaration

[C#]
    string WebContentLink;

[VB.NET]
    Property WebContentLink As String

[Pascal]
    property WebContentLink: string;

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

[PHP]
    string get_WebContentLink()

[Java]
    String getWebContentLink();

Description

    Use this property to get object's webContentLink. This link will allow an unauthorised user to download the file directly in a web browser.

See also:     AlternateLink     ThumbnailLink    

Discuss this help topic in SecureBlackbox Forum