Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.AlternateLink

TElGoogleDriveDataStorageObject     See also     


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


Returns the object's alternate link.

Declaration

[C#]
    string AlternateLink;

[VB.NET]
    Property AlternateLink As String

[Pascal]
    property AlternateLink: string;

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

[PHP]
    string get_AlternateLink()

[Java]
    String getAlternateLink();

Description

    The alternate link is a link for opening the file in a relevant Google editor or viewer.

See also:     WebContentLink    

Discuss this help topic in SecureBlackbox Forum