Click or drag to resize
TaskGroupFilterContents Method
Filters the contents.

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 void FilterContents(
	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.
Exceptions
ExceptionCondition
TaskGroupFilterExceptionThrown when a taskgroupelement doesn't match the filter but can't be removed because it's optional
See Also