More about Kim Bjørn Tiedemann

My home



Sharepoint and how to eliminate error: This page is available only for a Web site with unique permissions

03.15.2010 | 0 Kommentarer

When trying to set the AnonymousPermMask64 property on a SharePoint list I got the following errormessage:

This page is available only for a Web site with unique permissions

The reason for this self describable and obvious error messages was that the list has inherited its permissions from its parent. When I called BreakRoleInheritance on the list, then the error disappeared.