Modules |
List of available modules.
Name | Type | Description |
---|---|---|
Guid | UNIQUEIDENTIFIER NOT NULL | Unique GUID of the module |
Name | NVARCHAR(255) NOT NULL | Name of the module |
Description | NVARCHAR(MAX) NOT NULL | Description of the module |
Authors | NVARCHAR(MAX) NULLABLE | Company/Website/Name/Email of module author(s) |
Version | NVARCHAR(20) NOT NULL | Version of the module |
State | INT NOT NULL | Status of the module:
|
RootUrl | NVARCHAR(MAX) NOT NULL | Root URL of the module (relative to AskiaPortal) |
Category | INT NOT NULL | Category of the module:
|
IsBackground | BIT NOT NULL | Indicates a background module (which doesn't need an User Interface) |