Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<string> GetAllReachableTemplateFolders()

Return Value

Type: ListString
See Also