Click or drag to resize
TaskManagerLoadTasksFiles Method
Loads the tasks files into Task and TaskGroup objects. When it returns, this manager's container objects are filled.

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 void LoadTasksFiles(
	params string[] additionalTasksFolders
)

Parameters

additionalTasksFolders
Type: SystemString
The additional tasks folders to traverse (i.e. from preferences and from project).
Remarks
Checks the Core state's known frameworks for folders.
See Also