Provides the application core with startup parameters. The setup can be set only once, subsequent attempts are ignored.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntaxpublic static void Setup(
	AppCoreSetup setup
)
Parameters
- setup
 - Type: CMS.CoreAppCoreSetup
Application core startup parameters. 
See Also