Does anyone ever check if user is site collection admin in SharePoint 2010 in ECMA script? I googled around and can’t find any working solutions. It’s very weird that they make it so hard to do the check in SharePoint 2010.
Thanks,
Perry
Hi,
group=groupcollection.getById(7);
Where ‘7’ is not a Site collection Admin group ID,I just passed one group id to get some group,that’s it.
Thanks,
Manju