Hi Team,
I have deleted a folder and run the below script with an entry loops
FolderInfo info = Folder.GetFolderInfo(tocid, sessionvar);
string path = info.Path;
I got the Entry not found exception. when I looked into Toc table I found the folder in the table, My expectation it should be deleted from the toc table as well .
Please advise me on this
Thank you in advance