'-------------
Dim web As SPWeb = New SPSite("http://
Dim list As SPList = web.Lists("
- ")
list.AnonymousPermMask = sprights.ViewListItems | sprights.OpenWeb |
sprights.ViewPages
'-------------
For disable the anonymous on your list, you only need to specify the
SPRights.EmptyMask to the AnonymousPermMask Property.
list.AnonymousPermMask = SPRights.EmptyMask
No comments:
Post a Comment