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.4.0.0 (5.4.0)
Syntaxpublic void RefreshCodeGenerationMetaData(
	string additionalTasksFolderPreferences,
	string additionalTasksFolderProject,
	string additionalTemplatesFolderPreferences,
	string additionalTemplatesFolderProject
)
Public Sub RefreshCodeGenerationMetaData ( 
	additionalTasksFolderPreferences As String,
	additionalTasksFolderProject As String,
	additionalTemplatesFolderPreferences As String,
	additionalTemplatesFolderProject As String
)
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