Skip to content

set popups

Will Strohl edited this page Mar 1, 2022 · 1 revision

set-popups

This command allows you to enable or disable the administrative pop-ups in DNN CMS for one site or all sites in a single DNN instance.

Command

Command Description
set-popups Entering this command alone will assume the default values for the optional flags, described below.

Arguments

The flags below can help you determine exactly how to use this prompt.

Flag Type Default Description
--mode String disable Specify whether you want to enable or disable the popups on the specified site(s). Acceptable values include enable and disable.
--scope String current Specify whether you want to apply this to only the current site, or all sites. The accepted values include current and all.

Output

If successful, you'll see a message like below in the Prompt window.

Popups have been [enabled/disabled] for [this site/all sites].

If an error occurs, it should be displayed to you in the Prompt window. If not, you'll find it in the Log4net log files.

Clone this wiki locally