Marc,
I had downloaded the code from your blog post that showed how to manipulate SharePoint Groups. Basically it just worked:-) This was a while back. Today, I decided tyo read through it line-by line and I noticed the following code, which is also shown above:
$().SPServices({
I had downloaded the code from your blog post that showed how to manipulate SharePoint Groups. Basically it just worked:-) This was a while back. Today, I decided tyo read through it line-by line and I noticed the following code, which is also shown above:
$().SPServices({
operation: "GetPermissionCollection",
objectName: "/PN64370",
objectType: "Web",
async: false,
completefunc: function(xData, Status)
What struck me is the ObjectName. Is this a special Object Name that every SharePoint installation has? It seemed to work in my environment? Is there a site by that name? I tried to google it, but I didn't find anything except for this codeplex posting.- Marcel