基本原理:调用SharePoint提供的WebService方法:GetRoleCollectionFromUser。

深入浅出Nintex——获得指定用户的角色

输出的XML片段:

 

<xml><GetRoleCollectionFromUser xmlns="http://schemas.microsoft.com/sharepoint/soap/directory/">
<Roles>
<Role ID="1073741829" Name="Full Control" Description="Has full control." Order="0" Hidden="False" Type="Administrator" BasePermissions="FullMask" />
</Roles></GetRoleCollectionFromUser></xml>

 

使用的XSLT

深入浅出Nintex——获得指定用户的角色

 

输出结果:

Full Control;

相关文章:

  • 2021-05-29
  • 2021-08-18
  • 2021-12-24
  • 2022-01-19
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2021-05-18
  • 2022-03-05
  • 2022-02-17
  • 2021-11-28
  • 2021-11-23
  • 2021-06-21
  • 2021-07-19
相关资源
相似解决方案