从父SharePoint列表重新继承权限

SPG*_*Guy 0 c# sharepoint roles splist

所以我知道如何从列表中断继承(SPList.BreakRoleInheritance(true)),但是如何以编程方式从它的父级重新加载?

谢谢

SPG*_*Guy 5

MSDN 链接.

SPList.ResetRoleInheritance();