Click or drag to resize
PresetManagerLoadPresetFiles Method
Loads the preset files into Preset 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.0.0.0 (5.0.0)
Syntax
public void LoadPresetFiles(
	params string[] additionalTasksFolders
)

Parameters

additionalTasksFolders
Type: SystemString
The additional tasks folders to traverse.
See Also