about "SuppressSecurityChecks = true" for fluent

Posted by Community Admin on 04-Aug-2018 15:10

about "SuppressSecurityChecks = true" for fluent API

All Replies

Posted by Community Admin on 15-Jul-2015 00:00

Hello

i'm completely new in sitefinity...i'm following the video tutorial by Peter Kinmond in wich he shows how to use normal and fluent API to create content... Unfortunately i always have some permissions issue ("...not allowed to create..."). I could overcome this problem in normal API using the following code:

manager.Provider.SuppressSecurityChecks = true;​

is there an equivalent of this code for the fluent API?

thank you very much for your help

Frederic

Posted by Community Admin on 20-Jul-2015 00:00

Hello Frederic,

The fluent API is a less potent alternative to the native API and thus does not support suppressing security checks. In order to use such functionality you will have to use the native API.

Regards,
Velizar Bishurov
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed