共用方式為


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。它必須不是空的。

傳回值

類型:Microsoft.SharePoint.Client.File
傳回File

請參閱

參照

FileCollection 類別

FileCollection 成員

Microsoft.SharePoint.Client 命名空間