TemplateBindingsManagerGetKnownAdhocTemplateSetFilenamesFiltered Method  | 
 
            Returns the filenames of the adhoc templatesets which have the specified model type as the one they're working on or when they're not having any model type
            specified they're always selected
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic List<string> GetKnownAdhocTemplateSetFilenamesFiltered(
	FrameworkUsingModelType modelType
)
Public Function GetKnownAdhocTemplateSetFilenamesFiltered ( 
	modelType As FrameworkUsingModelType
) As List(Of String)
Parameters
- modelType
 - Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkUsingModelType
 
Return Value
Type: 
ListString
See Also