CoreStateGetAllReachableTemplateFolders Method |
Gets all reachable template folders. These are the Templates folders defined for all loaded frameworks and the shared templates folder in the config file.
Not included are the preferences/project additional templates folders.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<string> GetAllReachableTemplateFolders()
Public Function GetAllReachableTemplateFolders As List(Of String)
Return Value
Type:
ListStringSee Also