Click or drag to resize

TaskManagerGetElementByName Method

Gets the taskgroup element associated with the name specified. It might not match the context of the caller so extra filtering, like using MatchesFilter is recommended. To get the task with the name, tested for a given context, use GetElementByNameFiltered(String, String, String, String)

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public TaskGroupElement GetElementByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: TaskGroupElement
See Also