about "SuppressSecurityChecks = true" for fluent API
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
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