I have a SharePoint Message Board named ConceptsGeneralInformation. It currently has two Disccusions in it, they are named GeneralDiscussion and SpecificDiscussion. While a user is viewing a Discussion I want to allow they to post a reply. To do so I am calling the AddDiscussionBoardItem method on WSS via CAML and JavaScript. AddDiscussionBoardItem expects that text of the post and the List name where the Discussion lives.
My problem is that I don't have the List name for the sub-folder, i.e., GeneralDiscussion, I only have the List name and GUID for the parent/root folder, ConceptsGeneralInformation.
Where can I find the List name and or GUID for the Folder that contains the Message Item?
John