The id for the template used to create the content item.

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
string TemplateId { get; }
Visual Basic (Declaration)
ReadOnly Property TemplateId As String
Visual C++
property String^ TemplateId {
	String^ get ();
}

Return Value

The template id.

See Also