The IManDocumentFolder.Contents Property returns the collection of documents belonging to the folder.[C#]Using IManage;//Assuming fldr is a valid handle to a WorkSite document folder objectIManDocuments dox = (IManDocuments)fldr.Contents;