I have components under folders.
What code/codesyntax needs to be followed, to loop through a folder which have components so that i can pull the values from different components.
Could anyone help me out.
I have used the following code
**Folder compFilter= new Filter();
Folder folder=engine.GetObject(webdavurl) as Folder;
foreach(Component comp in folder.GetItems(CompFilter))**
Its not working.Please suggest some solution.