Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.ParentID

TElOneDriveDataStorageObject     See also     


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


The ID of the folder the object is currently stored in.

Declaration

[C#]
    string ParentID;

[VB.NET]
    Property ParentID As String

[Pascal]
    property ParentID: string;

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

[PHP]
    string get_ParentID()

[Java]
    String getParentID();

Description

    Use this property to get the ID of the folder the file is currently stored in.

See also:     Link    

Discuss this help topic in SecureBlackbox Forum