SPPersistedCustomWebTemplate.FileName property
會取得自訂的網站範本,而路徑的檔案名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property FileName As String
Get
'用途
Dim instance As SPPersistedCustomWebTemplate
Dim value As String
value = instance.FileName
public string FileName { get; }
Property value
Type: System.String
包含檔案名稱的範本,而路徑的字串。
請參閱
參照
SPPersistedCustomWebTemplate class