SPContentType.DocumentTemplate property
取得或設定文件範本內容的型別。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property DocumentTemplate As String
Get
Set
'用途
Dim instance As SPContentType
Dim value As String
value = instance.DocumentTemplate
instance.DocumentTemplate = value
public string DocumentTemplate { get; set; }
Property value
Type: System.String
路徑和檔名的範本。
備註
文件範本是哪一個SharePoint Foundation便會開啟成範本,當使用者要求新的項目,此內容類型的檔案。
這個路徑可以是絕對,與伺服器的基礎 URL,或相對於內容類型的資源資料夾。
請參閱
參照
Microsoft.SharePoint namespace