Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.ParentID

TElBoxDataStorageObject     See also     


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


Returns the ID of the parent folder.

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 parent folder.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum