SPSite.ApplicationRightsMask Property
Gets the rights mask for the parent Web application of the site collection.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public SPBasePermissions ApplicationRightsMask { get; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissionsAn SPBasePermissions value that specifies the rights mask for the Web application.
An administrator can use the RightsMask property of the SPWebApplication class to mask rights for all site collections in the Web application.