IModule Interface |
Namespace: AskiaPortalCmn
The IModule type exposes the following members.
Name | Description | |
---|---|---|
![]() | Authors |
Get the company, web site, name, email of the module author(s)
|
![]() | Category |
Get the category of the module.
|
![]() | Description |
Get the description of the module
|
![]() | Guid |
Get the unique identifier of the module
|
![]() | IsBackground |
Indicates if the module is a background module.
A background module, doesn't have a frontal User Interface. |
![]() | Name |
Get the name of the module
|
![]() | RootUrl |
Get the root URL of the module (relative to the AskiaPortal installation)
|
![]() | State |
Get the state of the module.
|
![]() | Urls |
Get the relative URLs associated with the module (relative to the `RootUrl` of the module)
|
![]() | Version |
Get the current module version
|
Name | Description | |
---|---|---|
![]() | Activate |
Activate the module.
|
![]() | Deactivate |
Deactivate the module.
|
![]() | GetAllAccessItems |
Returns the list of all access items for the current module.
|
![]() | GetAllSurveyIds |
Returns the list of all survey identifiers
that is managed by the current module.
|
![]() | Save |
Update the module information.
|