TaskPerformerBaseHandleDestinationFolder Method (String, String, String) | 
 
            Handles the destination folder. It replaces the placeholders for dbgeneric/specific subfolder names with the contents passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected virtual string HandleDestinationFolder(
	string folderFormat,
	string groupName,
	string elementName
)
Protected Overridable Function HandleDestinationFolder ( 
	folderFormat As String,
	groupName As String,
	elementName As String
) As String
Parameters
- folderFormat
 - Type: SystemString
Folder format. - groupName
 - Type: SystemString
Name of the group of the current element, if applicable. - elementName
 - Type: SystemString
Name of the current element. 
Return Value
Type: 
String
See Also