Click or drag to resize

IModulesAccess Methods

The IModulesAccess type exposes the following members.

Methods
  NameDescription
Public methodAllowAccess
Allow the user or the user profile to access the specified module.
It will not save the change in the database unless you explicitly call the Savefrom the current object or the user/user profile.
Public methodCanAccess
Returns true if the user can access the module with the specified GUID.
Public methodDisallowAccess
Disallow the user or the user profile to access the specified module.
It will not save the change in the database unless you explicitly call the Save from the current object or the user/user profile.
Public methodGetAllItems
Returns the list of modules access.
Public methodReload
Reload the list of modules access using the current database values.
Public methodResetDefaultAccess
Reset the default access to the specified module.
It will not save the change in the database unless you explicitly call the Save from the current object or the user/user profile.
Public methodSave
Save the modification in the database if the object has been modified.
Top
See Also