is there no api call that can delete folder including all sub folders and documents?

just want to make sure im not missing it but is there really no api call to delete a folder and delete any sub folders/documents? im not seeing one. 

i expected to see a flag with aaApi_DeleteProjectByID2 but there is not one for deleting sub folder/documents

can anyone confirm this?

Parents Reply
  • Don't feel bad John, I've been using the SDK for a long time, and I still have difficulty finding things that I know are there.  Sometimes you just have to "play detective".  One "trick" I teach in the SDK class is that you can search (grep) the .h and .fdf files for keywords and get some clues as were to look in the documentation.

    For example, when I was trying to remember what function will copy a static buffer, I searched the ProjectWise SDK help like this:

    Which was "helpful", but not very concise.  So, using Notepad++, I was able to get "better" clues as were to look:

    Once you find what you are looking for, take Gary Larson's advice:

    You can "bookmark" it under "Favorites" in the SDK help (something I don't do enough of!).

Children
No Data