Click or drag to resize

IGeneratorPushNewDestinationRootFolder 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.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
void PushNewDestinationRootFolder(
	string newDestinationRootFolder
)

Parameters

newDestinationRootFolder
Type: SystemString
The new destination root folder.
See Also