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.12.0.0 (5.12.0)
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
These are relative filenames, as stored in the CodeGenerationCyclePreferences in the project file
Return Value
Type:
ListAdHocTemplateSet
See Also