Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFolder.WebViewLink

TElGoogleDriveFolder     


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


Returns the web view link for the folder.

Declaration

[C#]
    string WebViewLink;

[VB.NET]
    Property WebViewLink As String

[Pascal]
    property WebViewLink: string;

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

[PHP]
    string get_WebViewLink()

[Java]
    String getWebViewLink();

Description

    Use this property to get the web view link for the folder. This link is available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.

Discuss this help topic in SecureBlackbox Forum