Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum