Skip to main content
Version: 1.27 (Current)

Update Module

This action will update a DNN module.

Parameter Reference

ParameterDescriptionSupports TokensDefault
PageIdentifies the page that contains the module. Leave empty to load the module from current page. If it's an expression, possible values are a Tab Id, a Tab Path (a valid path is //RootPage//SubPage//AndSoOn) or a Tab Name (the first one is matched, so use this carefully). Can contain context tokens (for example [SomeTabId]) and Tokens.NoNone
Module IdentifierIdentifies the module to load. Possible values are a Module Id or a Module Name. These are matched against the Page above. Can contain context tokens (for example [SomeModuleId]) and Tokens.NoNone
Module TitleSpecify a title for the module. Leave empty if you don't want to update Page Name. Note that you can use a context token like [Title] to read it from input or use Tokens.NoNone
Display ContainerThis option will be evaluated as a boolean such as true. Note that you can use a context token like [DisplayContainer] to read it from input or use Tokens.NoNone
Enable PrintThis option will be evaluated as a boolean such as true. Note that you can use a context token like [EnablePrint] to read it from input or use Tokens.NoNone
Enable RSSThis option will be evaluated as a boolean such as true. Note that you can use a context token like [EnableRss] to read it from input or use Tokens.NoNone
Start DateWhen specified, this option determines the date after which the module becomes visible on the site. Can contain context tokens (for example [DateStart]) and Tokens.NoNone
End DateWhen specified, this option determines the date after which the module is no longer visible on the site. Can contain context tokens (for example [DateEnd]) and Tokens.NoNone
PermissionsSet permissions for the module. The first column would contain VIEW or EDIT. The second is a list of role IDs or role names delimited by comma or semicolon. If you're linking to a Permission Grid control, you can use [PermissionGrid:PermissionName] tokens in this field. Can contain context tokens (for example [RoleName]) and Tokens.NoNone