K
Kaibear
Guest
Hi, I am trying my first steps with Sitefinity coding by wanting to create a custom role and give this role a set of certain permissions. I therefore used the following instructions: Grant and deny permissions - Sitefinity CMS Development However, I am not quite sure: Can I use a role's ID as the principalid instead of a singular user? Also: is there a proper code documentation like MSDN to get the full overview of classes and what the method's parameters are? For example, I do not get why I need to do these lines in the blogspermission Getter: BlogsPermissions.Sets.Blog.SetName, blogsmgr.GetSecurityRoot(false).Id As in the documentation Many thanks
Continue reading...
Continue reading...