Click or drag to resize

CodeGenerationMetaDataStoreLoadAdHocTemplateDefinitions Method

Loads the adhoc template definitions.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void LoadAdHocTemplateDefinitions(
	string frameworksSharedFolder,
	string additionalTemplatesFolderConfig,
	string additionalTemplatesFolderProject
)

Parameters

frameworksSharedFolder
Type: SystemString
The frameworks shared folder.
additionalTemplatesFolderConfig
Type: SystemString
The additional templates folder config.
additionalTemplatesFolderProject
Type: SystemString
The additional templates folder project.
See Also