Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Parents

TElGoogleDriveDataStorageObject     See also     


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


Returns a collection of parent folders that contain this object.

Declaration

[C#]
    String[] Parents;

[VB.NET]
    Property Parents As String[]

[Pascal]
    property Parents: StringArray;

[C++]
    void get_Parents(TStringList &OutResult);

[PHP]
    TStringList get_Parents()

[Java]
    String[] getParents();

Description

    Use this property to get or set the object's parent folders. Setting this field will put the object in all of the provided folders. If no folders are specified, the object will be placed in the default root folder.

See also:     Parent    

Discuss this help topic in SecureBlackbox Forum