SPPersistedCustomWebTemplate.FileName property
Gets the file name of the custom Web template, without the path.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FileName As String
Get
'Usage
Dim instance As SPPersistedCustomWebTemplate
Dim value As String
value = instance.FileName
public string FileName { get; }
Property value
Type: System.String
A string that contains the file name of the template, without the path.
See also
Reference
SPPersistedCustomWebTemplate class