SPWebTemplate.ID property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ID As Integer
Get
'用途
Dim instance As SPWebTemplate
Dim value As Integer
value = instance.ID
public int ID { get; }
Property value
Type: System.Int32
Int32 指定的識別碼。
備註
如果SPWebTemplate代表站台定義組態,此屬性對應於範本中的項目WebTemp*.xml檔案的 ID 屬性。(請參閱WebTemp.xml如需詳細資訊)。
如果SPWebTemplate代表網站範本,此屬性對應於WebTemplate中的項目.wsp 檔案來儲存網站範本中所包含的elements.xml檔案中的BaseTemplateID屬性。此值是原始的站台定義組態,提供做為網站範本的來源網站的基礎的識別碼。
請參閱
參照
Microsoft.SharePoint namespace