CMSToolsPageGlobalPermissions CheckModifyPermission Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodCheckModifyPermission(Int32)
Checks if user has modify permission based on siteID. If siteID is -4, then modifyglobal permission is checked. Otherwise modify is checked and siteID has to be current site.
Public methodCheckModifyPermission(Nullable Int32 )
Checks if user has modify permission based on siteID. If siteID is null, then modifyglobal permission is checked. Otherwise modify is checked and siteID has to be current site.
Back to Top
See Also