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)
Available in Sandboxed Solutions: No
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