IModulesAccess Methods |
The IModulesAccess type exposes the following members.
Name | Description | |
---|---|---|
AllowAccess |
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. | |
CanAccess |
Returns true if the user can
access the module with the specified GUID.
| |
DisallowAccess |
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. | |
GetAllItems |
Returns the list of modules access.
| |
Reload |
Reload the list of modules access
using the current database values.
| |
ResetDefaultAccess |
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. | |
Save |
Save the modification in the database
if the object has been modified.
|