Click or drag to resize

TemplateBindingsManager.GetAdhocTemplateSets 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.Generic.List<String>

Return Value

Type: List<AdHocTemplateSet>
See Also