SPListEventProperties.TemplateId Property

Gets the identifier of the template on which the list is based.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property TemplateId As Integer
    Get
'Usage
Dim instance As SPListEventProperties
Dim value As Integer

value = instance.TemplateId
public int TemplateId { get; }

Property Value

Type: System.Int32
An integer corresponding to one of the SPListTemplateType enumeration values.

See Also

Reference

SPListEventProperties Class

SPListEventProperties Members

Microsoft.SharePoint Namespace