Click or drag to resize
AppCoreSetupBuilderWithDependenciesFolderPath Method
Configures this builder with the path of the directory containing private assemblies.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public AppCoreSetupBuilder WithDependenciesFolderPath(
	string dependenciesFolderPath
)

Parameters

dependenciesFolderPath
Type: SystemString
The path of the directory containing private assemblies.

Return Value

Type: AppCoreSetupBuilder
A reference to this builder after the path of the directory containing private assemblies has been modified.
See Also