Click or drag to resize

ModuleUrls

Special URLs associated with the module.

`ModuleUrls` table.

Name

Type

Description

ModuleGuid

UNIQUEIDENTIFIER FOREIGN KEY NOT NULL

Define for which module the URL belongs to.

Key

NVARCHAR(255) NOT NULL

Key of the URL.

All of the below keys are accepted:

"ModulePage"

Relative URL to the main module page.

"ModuleSurveyPage"

Relative URL to the module survey page. This path can include a macro such as `{{Survey.Id}}` to make the link dynamic (see InterpreterFactoryGetDefault).

"ModuleLogo"

Relative URL to the module logo.

"ModuleLogoHover"

Relative URL to the user preferences page of the module.

"ModuleUserPreferencesPage"

Relative URL to the module logo hover.

"AdminModulePage"

Relative URL to the page to administrate the main settings of the module.

"AdminUserProfilePage"

Relative URL to the page to administrate the user profile module's settings.

"AdminUserPage"

Relative URL to the page to administrate the user module's settings.

"AdminSurveyPage"

Relative URL to the page to administrate the survey module's settings.

"AdminSurveyUserPage"

Relative URL to the page to administrate the survey module's settings of a user.

"AdminSurveyGroupPage"

Relative URL to the page to administrate the survey module's settings of a group.

URL

NVARCHAR(MAX) NOT NULL

URL associated with the key.

See Also