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.2.0.0 (5.2.17.0403)
Syntax public void LoadPresetFiles(
params string[] additionalTasksFolders
)
Public Sub LoadPresetFiles (
ParamArray additionalTasksFolders As String()
)
Parameters
- additionalTasksFolders
- Type: SystemString
The additional tasks folders to traverse.
See Also