Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual string HandleDestinationFolder(
	string folderFormat,
	string groupName,
	string elementName
)

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