/
Default Activation

Default Activation

You decide whether your extension is immediately either active or inactive in all Beebox projects.

Your preference is coded using the EnableByDefault property:

		public override bool EnableByDefault { get { return true; } }

 

If you return true, the extension is automatically enabled in all Beebox projects upon installation. If you return false, it is disabled.

The Beebox administrator can explicitly enable or disable your extension individually per project from the project settings page:

 

Related content

Troubleshooting and Tips
Troubleshooting and Tips
More like this
Install and test package
Install and test package
More like this
Create a Visual Studio project
Create a Visual Studio project
More like this
API - List of installed beebox plugins
API - List of installed beebox plugins
More like this
Administration - Beebox Extensions
Administration - Beebox Extensions
More like this
Parameters
Parameters
More like this

Copyright Wordbee - Buzzin' Outside the Box since 2008