C# – Add permission in folder via SharePoint Web Services

cpermissionssharepointweb serviceswss

Is it possible to add or update permission in folder or sub-folder in WSS 3.0 with Web Services?

Now, I created the folder inside list(document library) and the permission inherit from parent but I need to add new permission in folder inside list.

The /_vti_bin/permissions.asmx not allow to add permission in folder level.

How should I do?

Thanks,

Best Answer

The AddPermissions method of the Permissions Web Service can only be used to add Permissions to a Site or a List and NOT for the folder inside a List. For more clarity check the Microsoft documentation on Permissions.AddPermissions Web Method.