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.6.0.0 (5.6.19.0117)
Syntaxpublic List<TaskGroupElement> GetClonedElementsBasedOnFilter(
	string platformName,
	string templateGroupName,
	string frameworkName
)
Public Function GetClonedElementsBasedOnFilter ( 
	platformName As String,
	templateGroupName As String,
	frameworkName As String
) As List(Of TaskGroupElement)
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
            
RemarksFilters 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