FileCollection.AddTemplateFile 方法
將映像檔案新增至現有的清單或文件庫。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function AddTemplateFile ( _
urlOfFile As String, _
templateFileType As TemplateFileType _
) As File
'用途
Dim instance As FileCollection
Dim urlOfFile As String
Dim templateFileType As TemplateFileType
Dim returnValue As File
returnValue = instance.AddTemplateFile(urlOfFile, _
templateFileType)
public File AddTemplateFile(
string urlOfFile,
TemplateFileType templateFileType
)
參數
urlOfFile
類型:System.String檔案的伺服器相對的 URL。
它必須 null。它必須不是空的。
templateFileType
類型:Microsoft.SharePoint.Client.TemplateFileType指定用於建立檔案的範本檔案類型。
TemplateFileType 必須為標準或 Wiki 或表單類型。
傳回值
類型:Microsoft.SharePoint.Client.File
傳回File。