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.9.0.0 (5.9.0)
Syntax public List<string> GetAllReachableTaskFolders()
Public Function GetAllReachableTaskFolders As List(Of String)
Return Value
Type:
ListStringSee Also