| TemplateBindings Methods | 
The TemplateBindings type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBinding | 
            Adds the binding specified for the language and platform specified.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetDistinctTemplateIDs(String) | 
            Gets the list of all templateids which have a mapping to a file for the language specified.
              | |
| GetDistinctTemplateIDs(String, String) | 
            Gets the list of all templateids which have a mapping to a file for the language specified and are stored in a file with the extension specified.
              | |
| GetDistinctTemplateIDs(String, String, Boolean) | 
            Gets the list of all templateids which have a mapping to a file for the language specified and are stored in a file with the extension specified.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetReadOnlyTemplateIDFilenameList | 
            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.
              | |
| GetTemplateFileContents | 
            Gets the template file contents for the templateID specified for the combination platform - language
              | |
| GetTemplateFileName | 
            Gets the template filename for the templateID specified for the combination platform - language
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| LoadTemplateFilesContents | 
            Loads the contents of all known template files of this templatebindings object into a cache.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ParseTemplateBindingsNode | 
            Parses the template bindings node's data into a new TemplateBindings object.
              | |
| SaveTemplateBindingsToFile | 
            Saves the template bindings data passed in to a file.
              | |
| ToString | (Overrides ObjectToString.) |