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: 10.0.0
Syntax public static void Setup(
AppCoreSetup setup
)
Parameters
- setup
- Type: CMS.CoreAppCoreSetup
Application core startup parameters.
See Also