Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public DataTable GetReadOnlyTemplateIDFilenameList()

Return Value

Type: DataTable
See Also