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.11.0.0 (5.11.23.1114)
Syntaxpublic List<AdHocTemplateSet> GetAdhocTemplateSets(
	List<string> adhocTemplateSetFilenames
)
Public Function GetAdhocTemplateSets ( 
	adhocTemplateSetFilenames As List(Of String)
) As List(Of AdHocTemplateSet)
Parameters
- adhocTemplateSetFilenames
 - Type: System.Collections.GenericListString
 
Return Value
Type: 
ListAdHocTemplateSet
See Also