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