Click or drag to resize
TaskPerformerBaseHandleDestinationFolder Method (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.2.0.0 (5.2.17.0403)
Syntax
protected string HandleDestinationFolder(
	string folderFormat
)

Parameters

folderFormat
Type: SystemString
Folder format.

Return Value

Type: String
See Also