Click or drag to resize
AppCoreSetupBuilder Class
Builds instances of the AppCoreSetup class.
Inheritance Hierarchy
SystemObject
  CMS.CoreAppCoreSetupBuilder

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class Builder

The AppCoreSetupBuilder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodBuild
Creates a new instance of the AppCoreSetup class and returns it.
Public methodWithDependenciesFolderPath
Configures this builder with the path of the directory containing private assemblies.
Top
See Also