Compartilhar via


SPCustomWebTemplate.FileName property

Obtém o nome do arquivo do arquivo. wsp contendo o modelo da Web.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property FileName As String
    Get
'Uso
Dim instance As SPCustomWebTemplate
Dim value As String

value = instance.FileName
public string FileName { get; }

Property value

Type: System.String
Um String que representa o nome do arquivo; Por exemplo, "MyCustomWebTemplate.wsp".

Comentários

FileName sempre tem o mesmo valor como SPWebTemplate.Name.

Ver também

Referência

SPCustomWebTemplate class

SPCustomWebTemplate members

Microsoft.SharePoint namespace