Click or drag to resize
TaskManagerGetClonedElementsBasedOnFilter Method
Gets clones of the elements based on the filter platformname + templategroup specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public List<TaskGroupElement> GetClonedElementsBasedOnFilter(
	string platformName,
	string templateGroupName,
	string frameworkName
)

Parameters

platformName
Type: SystemString
Name of the platform.
templateGroupName
Type: SystemString
Name of the template group.
frameworkName
Type: SystemString
Name of the framework.

Return Value

Type: ListTaskGroupElement
list of taskgroupelements which are usable on the platform / templategroup specified
Remarks
Filters the taskgroups found so tasks and taskgroups contained inside a taskgroup are already filtered. It will only return all root elements (and contain elements) per file.
See Also