Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.SelfLink

TElGoogleDriveDataStorageObject     See also     


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


Returns object's 'selfLink'.

Declaration

[C#]
    string SelfLink;

[VB.NET]
    Property SelfLink As String

[Pascal]
    property SelfLink: string;

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

[PHP]
    string get_SelfLink()

[Java]
    String getSelfLink();

Description

    Use this property to get objects's 'selfLink'. According to the REST API the 'selfLink' points to the object itself.

See also:     WebContentLink    

Discuss this help topic in SecureBlackbox Forum