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