Click or drag to resize
CoreStateRefreshCodeGenerationMetaData Method (String, String, String, String)
Refreshes the code generation meta data from the sources specified. All folders are given using absolute paths.

Namespace: SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void RefreshCodeGenerationMetaData(
	string additionalTasksFolderPreferences,
	string additionalTasksFolderProject,
	string additionalTemplatesFolderPreferences,
	string additionalTemplatesFolderProject
)

Parameters

additionalTasksFolderPreferences
Type: SystemString
The additional tasks folder from the preferences.
additionalTasksFolderProject
Type: SystemString
The additional tasks folder from the project properties.
additionalTemplatesFolderPreferences
Type: SystemString
The additional templates folder from the preferences.
additionalTemplatesFolderProject
Type: SystemString
The additional templates folder from the project properties.
See Also