Discuss this help topic in SecureBlackbox Forum
Returns the ID of the parent folder.
Declaration
[C#/Java]
string ParentID;
[VB.NET]
Property ParentID As String
[Pascal]
property ParentID: string;
[C++]
void get_ParentID(std::string &OutResult);
[PHP]
string get_ParentID()
Description
Use this property to get the ID of the parent folder.
Discuss this help topic in SecureBlackbox Forum