Click or drag to resize
TaskGroupGetFullAdditionalDestinationFolder Method
Gets the full additional destination folder, starting with the root of the containing hierarchy of taskgroups, appending every additional destination folder along the path towards the passed in taskgroup, including the additional destination folder of that taskgroup. If the taskgroup is null, an empty string is returned.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public static string GetFullAdditionalDestinationFolder(
	TaskGroup toExamine
)

Parameters

toExamine
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroup

Return Value

Type: String
the full additional destination folder for the complete hierarchy the passed in taskgroup is in, from root till the passed in taskgroup, including the passed in taskgroup
See Also