Discuss this help topic in SecureBlackbox Forum

TElGoogleDocument.EmbedLink

TElGoogleDocument     


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


A link for embedding the document.

Declaration

[C#]
    string EmbedLink;

[VB.NET]
    Property EmbedLink As String

[Pascal]
    property EmbedLink: string;

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

[PHP]
    string get_EmbedLink()

[Java]
    String getEmbedLink();

Description

    Use this property to get the link for embedding the document.

Discuss this help topic in SecureBlackbox Forum