Click or drag to resize

IModuleSetup Properties

The IModuleSetup type exposes the following members.

Properties
  NameDescription
Public propertyAuthors
Get or set the author(s) of the module.
Public propertyCategory
Get or set the category of the module.
Public propertyDescription
Get or set the description of the module.
Public propertyGuid
Indicates the module GUID that will be use for registration or update.
Public propertyIsBackground
Indicates if the module is a background module.

A background module, doesn't have a frontal User Interface.

Public propertyName
Get or set the name of the module.
Public propertyRootUrl
Get or set the root URL of the module.
Public propertyState
Get or set the state of the module (active by default).
Public propertyVersion
Indicates the module version that will be use for registration or update.
Top
See Also