CoreStateGetAllReachableTaskFolders Method  | 
 
            Gets all reachable task folders. These are the Tasks folders defined for all loaded frameworks and the shared tasks folder in the config file.
            Not included are the preferences/project additional tasks folders.
            
 
    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 List<string> GetAllReachableTaskFolders()
Public Function GetAllReachableTaskFolders As List(Of String)
Return Value
Type: 
ListString
See Also