vtiGetFoldersList

C++: BSTR vtiGetFoldersList(LPCTSTR pszParentFolderUrl);
VB: vtiGetFoldersList (ParentFolderUrl as String) as String

Description

This method returns a newline-delimited list of folder URLs that are contained inside of the specified parent folder URL. Supply an empty string to get the list of top-level folders.

Return Value

List of folder URLs.

Parameters

ParentFolderUrl designates the folder in which FrontPage should look for subfolders.