Click or drag to resize

ProjectAddNewTypedList Method

Adds a new TypedListDefinition to the project. It assumes the names passed in are valid.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public TypedListDefinition AddNewTypedList(
	string groupName,
	string typedListName
)

Parameters

groupName
Type: SystemString
Name of the group.
typedListName
Type: SystemString
Name of the typed list.

Return Value

Type: TypedListDefinition
the newly created typedlist
See Also