The TemplateInfo type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Dependencies |
The list of dependencies of this template.
|
![]() | Description |
The description of the template as defined in the component file.
|
![]() | EffectiveComponentFile |
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"
|
![]() | FileName |
The name identifier for the template. It must be an internal name for the package. E.g. "template.rtf"
|
![]() | GeneratedFiles |
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).
|
![]() | GeneratedHDFiles |
Js and dll files that were generated for this template.
|
![]() | TemplateId |
The unique ID of the template.
|
![]() | TemplateIdSpecified |
Returns true if TemplateId should be serialized to XML. For internal use only.
|
![]() | Title |
The title of the template as defined in the component file.
|
See Also