TemplateInfo Properties
The TemplateInfo type exposes the following members.
Properties

  NameDescription
Public propertyDependencies
The list of dependencies of this template.
Public propertyDescription
The description of the template as defined in the component file.
Public propertyEffectiveComponentFile
The name of the actual component file. It is the name of the primary component file if it isn't pointed to another one. Otherwise it is the pointed to component file name. It must be an internal name for the package. E.g. "template.cmp"
Public propertyFileName
The name identifier for the template. It must be an internal name for the package. E.g. "template.rtf"
Public propertyGeneratedFiles
The list of server file names for this template. Each template has a Silverlight assembly DLL. The main template and each template referenced in an ASSEMBLY instruction has a JavaScript (.js) and a variable collection file (.hvc).
Public propertyGeneratedHDFiles
Js and dll files that were generated for this template.
Public propertyTemplateId
The unique ID of the template.
Public propertyTemplateIdSpecified
Returns true if TemplateId should be serialized to XML. For internal use only.
Public propertyTitle
The title of the template as defined in the component file.
Back to Top
See Also