I have Laserfiche RIO 10 using SDK 10
In my web application I use following code to get all 663 windows accounts created in a repository.
But this code only returns 3 account
Dim db As LFDatabase
' Gets a repository’s list of trusted Windows accounts.
Dim TrustedList As LFGrantedDomainAccountCollection = db.TrustedDomainAccounts
I suspect there must be another way, as I have seen a table account_cache that has all the list of DOMAIN\User(s)
Please help