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.Configuration
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public List<string> GetAllReachableTemplateFolders()
Public Function GetAllReachableTemplateFolders As List(Of String)
Return Value
Type:
ListStringSee Also