Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
SidCollection hits = Sid.Search(SecurityIdentityType.AnyUserSid, false, null, firstname, lastname, email, null);
I would assume that adding a line like this (or similar):
hits.AddRange(Sid.Search(SecurityIdentityType.LdapGroup, false, firstname, lastname, lastname, email, null));
would do the trick?
Any suggestions?