TemplateBindingsGetReadOnlyTemplateIDFilenameList Method |
Gets a read only template ID filename list in a datatable. This list has the following columns:
Language, TemplateID, Filename, TemplateLanguage and IncludeOnly (bool) and can be used for readonly viewing of available templateid-filename bindings.
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DataTable GetReadOnlyTemplateIDFilenameList()
Public Function GetReadOnlyTemplateIDFilenameList As DataTable
Return Value
Type:
DataTableSee Also