Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.PhotoLink

TElGoogleDrivePermission     See also     


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


Returns a link to the profile photo.

Declaration

[C#]
    string PhotoLink;

[VB.NET]
    Property PhotoLink As String

[Pascal]
    property PhotoLink: string;

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

[PHP]
    string get_PhotoLink()

[Java]
    String getPhotoLink();

Description

    Use this property to get a link to the user's profile photo.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum