Is there a way to enumerate all managed paths for a specified Site Collection using the Client Object Model?

有帮助吗?

解决方案

You do not have access to SharePoint Administration functionality from Client Object Model. So the answer is "No", you cannot enumerate managed paths from CSOM. Of course you can create custom web service which will expose this information and deploy it to SharePoint.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top