Click or drag to resize

TemplateBindingsManagerGetAdhocTemplateSets Method

Gets the adhoc templatesets objects for the filenames specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<AdHocTemplateSet> GetAdhocTemplateSets(
	List<string> adhocTemplateSetFilenames
)

Parameters

adhocTemplateSetFilenames
Type: System.Collections.GenericListString

Return Value

Type: ListAdHocTemplateSet
See Also