Hi Doug,
This method sets the specified permission for the specified roles. The first parameter is used for setting the allow rights, the second for deny and the third is array of roles. If you want to grant View and Create and deny Delete you can use this code
sPage.SetPermissions(Telerik.Cms.Security.PageRights.View | Telerik.Cms.Security.PageRights.Create, Telerik.Cms.Security.PageRights.Delete, roles);
Regards,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items