| 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.1.0.0 (5.1.0)
Syntaxvoid PushNewDestinationRootFolder(
	string newDestinationRootFolder
)
Sub PushNewDestinationRootFolder ( 
	newDestinationRootFolder As String
)
Parameters
- newDestinationRootFolder
 - Type: SystemString
The new destination root folder. 
See Also