Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.RootFolderID

TElGoogleDriveAccountInfo     See also     


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


Returns the root folder for the account.

Declaration

[C#]
    string RootFolderID;

[VB.NET]
    Property RootFolderID As String

[Pascal]
    property RootFolderID: string;

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

[PHP]
    string get_RootFolderID()

[Java]
    String getRootFolderID();

Description

    Use this property to get the ID of the root folder for this account.

See also:     User    

Discuss this help topic in SecureBlackbox Forum