简体   繁体   English

如何为文件夹上的用户分配访问权限 (alfresco .net)

[英]How assigned access to user on a folder (alfresco .net)

I'm searching a way for add a list of user who can access to a folder on Alfresco, using C#, I can't do it with dotcmis;我正在寻找一种方法来添加可以访问 Alfresco 上的文件夹的用户列表,使用 C#,我无法使用 dotcmis; et not found a URL which do this with Rest API.没有找到使用 Rest API 执行此操作的 URL。

From C# you should use the Alfresco REST-API.从 C# 开始,您应该使用 Alfresco REST-API。 To set permissions just set the Permission Group for the user or group on the node.要设置权限,只需为节点上的用户或组设置权限组。 Best way to dig into the REST-API is to use the API-Explorer.深入研究 REST-API 的最佳方法是使用 API-Explorer。 See the permissions example in the node update example in the swagger documentation.请参阅 swagger 文档中节点更新示例中的权限示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM