Click or drag to resize
GeneratorPushNewDestinationRootFolder Method
Pushes the new destination root folder onto the stack of destination root folders. Using this method the DestinationRootFolder is set to a new value. If the folder specified doesn't exist, it's created.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void PushNewDestinationRootFolder(
	string newDestinationRootFolder
)

Parameters

newDestinationRootFolder
Type: SystemString
The new destination root folder.

Implements

IGeneratorPushNewDestinationRootFolder(String)
See Also