Retrieving a List of Folders (GetFolderList)

Use the ICISite interface GetFolderList method and a folder name to retrieve a list of all the folder's physical and virtual subfolders. Each subfolder will be followed by a carriage return (0D0A).

Signature:

HRESULT GetFolderList(

[in] BSTR bstrFolderAlias,

[out, retval] BSTR *prop);

 

Each folder that appears in the folder list MIGHT have a trailing character to indicate something special about that folder.  

    For example, CISite.GetFolderList( "/" ) might return something like:

:Bin

Pub

Usr"

   Where: