SPContentType.EditFormTemplateName Property
Gets or sets the name of a custom Edit form template to use for items assigned this content type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property EditFormTemplateName As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.EditFormTemplateName
instance.EditFormTemplateName = value
[ClientCallableAttribute]
public string EditFormTemplateName { get; set; }
Property Value
Type: System.String
The name of a custom Edit form template.
Remarks
Form templates are .asmx controls that render the central section of a SharePoint Foundation Web page. That is, the form template renders everything except the SharePoint Foundation frame elements (what is usually termed the chrome) on the page. SharePoint Foundation renders the framing elements for the page.
The form template name you specify must be the name of a rendering template found within an .ascx file located on the front-end Web server at the following location:
Program files\common files\microsoft shared\web server extensions\12\template\controltemplates
For more information, see FormTemplates Schema Overview.
See Also
Reference
Microsoft.SharePoint Namespace