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.Templates
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public DataTable GetReadOnlyTemplateIDFilenameList()
Public Function GetReadOnlyTemplateIDFilenameList As DataTable
Return Value
Type:
DataTableSee Also