コード例 #1
0
ファイル: SPDGServerListItem.cs プロジェクト: techbuzzz/SPDG
 public override void AddRoleAssignment(SPDGPrincipal principal, IEnumerable <SPDGRoleDefinition> roledefinitions)
 {
     ServerRoleAssignmentHelper.AddRoleAssignment(_item, principal, roledefinitions);
 }
コード例 #2
0
ファイル: SPDGServerListItem.cs プロジェクト: techbuzzz/SPDG
 public override SPDGRoleAssignment GetRoleAssignmentByPrincipal(SPDGPrincipal principal)
 {
     return(ServerRoleAssignmentHelper.GetRoleAssignmentByPrincipal(_item, principal));
 }