cancel
Showing results for 
Search instead for 
Did you mean: 

How to search a folder or a repository without using index service

Former Member
0 Kudos

Hi,

I want to get a count of all feedbacks (stored under /collaboration/feedback) created on a particular date. Since there are many sub folders, I am not able to use ICollection.

How can I read a folder or a repository without using IndexService.

Thanks in advance

Vidya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi SRIVIDHYA RAGHUNATH

I dont understand how can't use ICollection. What you want can be do it coding. The TREX and the Index search it works just to search on content.

I think what you have to do if Iterate on a IResource Object and the see if it is a file or a folder and keepp iterating, then when is a file, convert to an objects where you can get the feedback and count it.

Hope its help

Bye.