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.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected string HandleDestinationFolder(
string folderFormat
)
Protected Function HandleDestinationFolder (
folderFormat As String
) As String
Parameters
- folderFormat
- Type: SystemString
Folder format.
Return Value
Type:
StringSee Also