cancel
Showing results for 
Search instead for 
Did you mean: 

Recursive file count in KM.....

Former Member
0 Kudos

Hi everyone,

I have developed a KM Navigation iview where in i show the child count of files.

However, i Need the recursive child count at the top.

For example if there is this folder structure

Folder

- Folder1 (3 Files)

- Folder11

- FileA

- Folder12

- FileB

- FileC

- Folder2

- Folder21 (4 Files)

- FileD

- FileE

- Folder22

- FileF

- FileG

Please let me know if this is possible.

Kindly help.

Thanks and Regards,

Amol Ghodekar.

Accepted Solutions (0)

Answers (1)

Answers (1)

LarsE
Employee
Employee
0 Kudos

Hi Amol,

the information of the recursive child count is not available by default. To get it, you could implement a property renderer or property read filter that computes the information on runtime using ICollection.getChildren() recursively. For performance reasons, I can not recommend it.

Regards

Lars

Former Member
0 Kudos

Hi Amol,

can you give in detail the solution , me too facing same problem while trying to retrieve the list of files form a folder .

and IResourceList is not defined to type?

a small example would be good .

thanks