Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Parent

TElGoogleDriveDataStorageObject     See also     


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


Returns the parent folder.

Declaration

[C#]
    string Parent;

[VB.NET]
    Property Parent As String

[Pascal]
    property Parent: string;

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

[PHP]
    string get_Parent()

[Java]
    String getParent();

Description

    This property returns the parent folder if there is only one parent. Otherwise returns an empty string. To get multiple parents use the corresponding property.

See also:     Parents    

Discuss this help topic in SecureBlackbox Forum