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

Return Value

Type: ListString
See Also