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.12.0.0 (5.12.0)
Syntaxpublic void PushNewDestinationRootFolder(
	string newDestinationRootFolder
)
Public Sub PushNewDestinationRootFolder ( 
	newDestinationRootFolder As String
)
Parameters
- newDestinationRootFolder
 - Type: SystemString
The new destination root folder. 
Implements
IGeneratorPushNewDestinationRootFolder(String)
See Also