You need to sign in to do that
Don't have an account?

Return count of files present in a folder of a directory
I want to write a method which return count of files present in a folder of a directory present externally or internally both
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Not 100% sure on the casting there, might have to use Integer.valueOf();
and I typed that straight in here, so it might have other syntax errors in, if you just copy+paste it ;)
Below SOQL will return your result
Please MARK AS A BEST ANSWER!!!!
Thanks
Mukesh
1) Return a list of every single document including ID of each folder and
2) Return an aggregate result that is the total number of every Document in the system, regardless of location