SPDocTemplate class
SharePoint 2013
Represents a document template used in a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
The following code example iterates through all document templates of the current site and displays information about each template.
The example assumes the existence of an .aspx page that contains a label control, and that the document template for a library exists in the Forms folder of the document library.
This example requires using directives (Imports in Visual Basic) for the Microsoft.SharePoint and Microsoft.SharePoint.Utilities namespaces.
Show: