Discuss this help topic in SecureBlackbox Forum
Returns the ID of the parent folder.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum