Sitecore 5.0 API

Item.TemplateName Property

Gets the name of the template.

[Visual Basic]
Public ReadOnly Property TemplateName As String
[C#]
public string TemplateName {get;}

Remarks

A template defines the schema of an item. A schema describes which fields an item has and may contain default values for the fields, for instance a layout definition. Fields are grouped into sections that describe related fields. Templates supports inheritance.

See Also

Item Class | Sitecore.Data.Items Namespace