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