Click or drag to resize
AppCoreSetup.Builder Class
Builds instances of the AppCoreSetup class.
Inheritance Hierarchy
System.Object
  CMS.Core.AppCoreSetup.Builder

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

The AppCoreSetup. Builder 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