SPListTemplate.NewPage Property
Gets the name of a custom page used as the page for creating a new list through the list template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property NewPage As String
Get
'Usage
Dim instance As SPListTemplate
Dim value As String
value = instance.NewPage
public string NewPage { get; }
Property Value
Type: System.String
A string that contains the name of the custom application page.