I want to check if the user is the administrator of a site collection of a particular site collection. When I look at member functions, I see two functions
site.CheckForPermissions(SPReusableAcl acl, SPBasePermissions perms) site.DoesUserHavePermissions(SPReusableAcl acl, SPBasePermissions perms)
But how to use them? What is SPReusableAcl ? How can I bind SPUser and SPReusableAcl ?
Any ideas?
source share